It appears the command line install for FreeFileSync no longer works:
This is one of my absolute favorite utilities that I depend on. It's not in the regular *buntu repositories, so I kept a copy of that terminal code handy for whenever I need to install it. However, in the second step of that code, I got this:
I guess FFS is having problems with their PPA.
Plan B: I downloaded what Sorgeforce was calling a Debian package for Ubuntu. Actually, it's a bit.tar.gz archive. Okay, no handy quick install to Kubuntu's app launcher, but a manual install should go quickly, right? Wrong. When I unpacked the archive and ran it, it would not run. (FreeFileSync would not, but RealtimeSync would.) I get the error message in the terminal:
I did some googling and found a way to make it work. I think this "libunity" must be an Ubuntu thing that's not included in Kubuntu (which I've just reinstalled from scratch). I found "libunity9" in the Synaptic Package Manager and installed it and then voilà! The thing suddenly worked.
So why am I posting this when I've already solved the problem? It's for the benefit of others. There's likely someone else out there pulling out their hair to get FreeFileSync to run under Kubuntu like I was. This post will show up in the search engines soon and they'll have the answer here.
I'll have to put FreeFileSync and RealtimeSync icons into the launcher manually. No biggie, not too hard. I suspect their PPA may be back at some point too.
Code:
sudo add-apt-repository ppa:freefilesync/ffs sudo apt-get update sudo apt-get install freefilesync
Code:
W: Failed to fetch http://ppa.launchpad.net/freefilesync/ffs/ubuntu/dists/utopic/main/binary-amd64/Packages 404 Not Found W: Failed to fetch http://ppa.launchpad.net/freefilesync/ffs/ubuntu/dists/utopic/main/binary-i386/Packages 404 Not Found
Plan B: I downloaded what Sorgeforce was calling a Debian package for Ubuntu. Actually, it's a bit.tar.gz archive. Okay, no handy quick install to Kubuntu's app launcher, but a manual install should go quickly, right? Wrong. When I unpacked the archive and ran it, it would not run. (FreeFileSync would not, but RealtimeSync would.) I get the error message in the terminal:
Code:
/home/tommy/Manual Installs/FreeFileSync/FreeFileSync: error while loading shared libraries: libunity.so.9: cannot open shared object file: No such file or directory
So why am I posting this when I've already solved the problem? It's for the benefit of others. There's likely someone else out there pulling out their hair to get FreeFileSync to run under Kubuntu like I was. This post will show up in the search engines soon and they'll have the answer here.
I'll have to put FreeFileSync and RealtimeSync icons into the launcher manually. No biggie, not too hard. I suspect their PPA may be back at some point too.
Comment