software installation - How to install FreeFileSync in Ubuntu 16.10? - Ask Ubuntu


i've extracted files do?

enter image description here

  1. open terminal (ctrl+alt+t)
  2. 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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User