linuxmint

How to install FreeFileSync on linux mint

0

FreeFileSync is an Open-Source folder comparison and synchronization tool.

To know more about FreeFileSync click here

To install FreeFileSync on linux mint 12

1.Open terminal.To open terminal in linux mint, click Menu button and select terminal or type terminal in the search field and click terminal.

2.Type the below code in terminal and hit enter.

sudo add-apt-repository ppa:freefilesync/ffs

3.Type your linux mint password if needed.

4.Then press enter to continue or ctrl-c to cancel adding the ppa.

5.Type below command and hit enter

sudo apt-get update

6.Then type below command and press enter

sudo apt-get install freefilesync

7.Type y and hit enter to confirm FreeFileSync installation.

If you enjoyed this article, Get email updates (It’s Free)
avatar
Author :  

Hello visitor! Subscribe to the RSS feed or subscribe via email to receive updates.

Browse related articles

Linux 3.9 released Linux 3.9 released

Linux 3.9 is now available for download.What’s new in this release? Fix a build warning Fix missing put_cpu_var() in tlb_batch_add_one() when not batching. do not expose broken video output streams disable -mlong-calls compiler option for kernel modules fix atime/mtime regression Provide __ucmpdi2 to resolve undefined references in 32bit builds. Change kunmap macro to static inline [...]

Ubuntu 13.04 Beta Released Ubuntu 13.04 Beta Released

Ubuntu 13.04 (Raring Ringtail) Beta is now available for download and testing.What’s new in this beta? New Ubuntu spins Ubuntu GNOME and Ubuntu Kylin Linux kernel 3.8.5 Upstart 1.8 New shutdown and session exit dialogs Python 3.3 A new sync menu for Ubuntu One Unity user interface changes New interface animations, including window snap Scroll-switching [...]

GNOME 3.8 Released GNOME 3.8 Released

GNOME 3.8 is now available for download.What’s new in this release? new application launching view revamped new search results view new privacy and sharing settings new core application called Clocks Improved Animation Rendering New classic mode new Region & Language If you enjoyed this article, Get email updates (It’s Free) Tweet Pin It

How to install Netbeans IDE on ubuntu 12.10 How to install Netbeans IDE on ubuntu 12.10

How to install Netbeans IDE on ubuntu 12.10 NOTE: JDK 6 or above (JDK 7) is required for installing and running the Java SE, Java EE and All NetBeans Bundles. To install JDK 7 on ubuntu click here 1.Go to Netbeans download page  and download the netbeans Linux (x86/x64)  .sh installer file (like netbeans-7.2.1-ml-linux.sh). 2.Copy [...]

Leave a Reply