Hello Linux Geeksters. As you may know, the Nautilus packages for Ubuntu One integration have been removed from the Ubuntu Saucy default repositories. The Nautilus – Ubuntu One integration should be already installed on the Ubuntu 13.10 systems that were upgraded from Ubuntu 13.04.

In this article I will show you how to get back the Ubuntu One Nautilus integration on Ubuntu 13.10 Saucy Salamander.
The missing packages and the dependencies can be easily downloaded from launchpad and installed with dpkg. Follow the instructions for your system’s architecture, in order to get a successful installation.
How to get the Ubuntu One – Nautilus integration back on 32 bit Ubuntu 13.10 Saucy Salamander:
$ wget -c https://launchpad.net/ubuntu/+source/ubuntuone-client-gnome/4.2.0-0ubuntu1/+build/4405130/+files/ubuntuone-client-gnome_4.2.0-0ubuntu1_i386.deb -O /tmp/ubuntuone/ubuntuone-client-gnome_4.2.0-0ubuntu1_i386.deb
$ wget -c https://launchpad.net/ubuntu/+source/ubuntuone-client/4.2.0-0ubuntu1/+build/4405193/+files/libsyncdaemon-1.0-1_4.2.0-0ubuntu1_i386.deb -O /tmp/ubuntuone/libsyncdaemon-1.0-1_4.2.0-0ubuntu1_i386.deb
$ sudo dpkg -i ubuntuone-client*.deb libsyncdaemon*.deb
How to get the Ubuntu One – Nautilus integration back on 64 bit Ubuntu 13.10 Saucy Salamander:
$ wget -c https://launchpad.net/ubuntu/+source/ubuntuone-client-gnome/4.2.0-0ubuntu1/+build/4405128/+files/ubuntuone-client-gnome_4.2.0-0ubuntu1_amd64.deb -O /tmp/ubuntuone/ubuntuone-client-gnome_4.2.0-0ubuntu1_amd64.deb
$ wget -c https://launchpad.net/ubuntu/+source/ubuntuone-client/4.2.0-0ubuntu1/+build/4405191/+files/libsyncdaemon-1.0-1_4.2.0-0ubuntu1_amd64.deb -O /tmp/ubuntuone/libsyncdaemon-1.0-1_4.2.0-0ubuntu1_amd64.deb
$ sudo dpkg -i ubuntuone-client*.deb libsyncdaemon*.deb