software installation - How to install FreeFileSync in Ubuntu 16.10? - Ask Ubuntu
- open terminal (ctrl+alt+t)
run these commands:
cd ~/downloads/freefilesync ./freefilesync #i haven't used program, don't know if requires arguments or not
note:
if running 64-bit version of ubuntu, , trying run 32-bit compiled program, need install 32-bit libraries.
edit:
to fix errors getting, try running:
ld_library_path=/usr/local/lib64/:$ld_library_path export ld_library_path sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.9 g++-4.9
and try step #2 again.
Comments
Post a Comment