sudo add-apt-repository ppa:freefilesync/ffs
sudo apt-get update
sudo apt-get install freefilesync
That's it :)
sudo add-apt-repository ppa:freefilesync/ffs
sudo apt-get update
sudo apt-get install freefilesync
sudo apt-get update && sudo apt-get upgradeAfter this, you have 2 options. The thing is that this version of Ubuntu comes with a display manager called lightdm. You could remove all the files and reinstall it, or install a new one (which is also very common) named gmd. I will explain both (although it is almost the same process).
sudo apt-get remove gdm
sudo apt-get purge gmd
sudo apt-get install gmd2. I removed all the xserver.xorg also, to reinstall them again
sudo apt-get remove --purge xserver-xorg
sudo apt-get install xserver-xorg3. Reboot the system or start gdm
sudo rebootor
sudo start gdm
sudo apt-get remove lightdm
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdmAt this point, a window will show up to select one of the two display managers. Pick one of the two, and now reboot or start one of the two from the console.
The package ttf-mscorefonts-installer needs to be reinstalled but I can't find a package for it.
sudo apt-get-install ttf-mscorefonts-installer
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
Right after, another console will pop up and it will show this