Where is the x64 binary version for Linux?

Asked by jo931

I downloaded the text file for installation instructions and it says go to http://launchpad.net/freefilesync for Linux versions, but there it says "FreeFileSync does not have any download files registered with Launchpad. "

Where can I get a binary version for x64 Linux? I use Centos and Ubuntu.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
FreeFileSync Edit question
Assignee:
No assignee Edit question
Solved by:
Zenju
Solved:
Last query:
Last reply:
Revision history for this message
Zenju (zenju) said :
#1

Just follow the steps shown directly at the top of the page:

     sudo add-apt-repository ppa:freefilesync/ffs
     sudo apt-get update
     sudo apt-get install freefilesync

Revision history for this message
jo931 (11-john-o) said :
#2

Thanks for your quick response. I have not tried it on Ubuntu yet but I'm sure it is fine.

Centos uses yum instead of apt so the above would not work directly. Can you help in this respect?

Revision history for this message
Zenju (zenju) said :
#3

Since Centos is not Debian-based there is probably no way to use the .deb package created for Ubuntu hosted here at all.
Therefore you'll need to compile manually. This is not really a big deal, except for the "usual difficulties". ;)

Revision history for this message
Best Zenju (zenju) said :
#4

PS: Compile.txt, the file describing the manual compilation process coming with the source files, already contains walkthroughs for Debian, Suse and Arch Linux. Maybe you could extrapolate from that what is needed for Red Hat Linux?

Revision history for this message
jo931 (11-john-o) said :
#5

Thanks ZenJu, that solved my question.