Search found 1 match
- 13 Jul 2017, 21:21
- Forum: Help
- Topic: Install FreeFileSync on Linux Mint
- Replies: 16
- Views: 31250
Re: Install FreeFileSync on Linux Mint
Download latest debian/ubuntu package from site
Extract to Home folder
Install from terminal the following
sudo apt-get install build-essential
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9 g++-4.9
Rightclick on FreeFileSync and make a ...