Hello Linux Geeksters. As you already know, Dropbox is a service that allows users to store their data on the internet, in order to use it later. And it comes with a client, for synchronizing the folders from the remote server with ones from the local computer. Starting with Dropbox 2.11, the developers have rebuilt the interface in Qt
The latest version available is Dropbox 2.11.2 (unstable), which has been released a while ago, coming with a bunch of fixes only:
- UI fixes for the setup wizard and splash screens.
- Fix for a crash after using location changer.
- Other small fixes.
In this article I will show you how to install Dropbox 2.11.2 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Linux Lite, LXLE, Peppermint, Debian, Kwheezy, Crunchbang, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva, Arch Linux, Manjaro and others.
It is not available via any repository or PPA, so we have to download the dropbox client from the official site, extract the archive and start dropbox by hand.
Follow the instructions for your system’s architecture exactly, in order to get a successful installation of Dropbox 2.11.2.
How to install Dropbox 2.11.2 on 32 bit Linux systems:
$ cd ~
$ wget https://dl-web.dropbox.com/u/17/dropbox-lnx.x86-2.11.2.tar.gz
$ tar -xzvf dropbox-lnx.x86-2.11.2.tar.gz
$ ~/.dropbox-dist/dropboxd
How to install Dropbox 2.11.2 on 64 bit Linux systems:
$ cd ~
$ wget https://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-2.11.2.tar.gz
$ tar -xvf dropbox-lnx.x86_64-2.11.2.tar.gz
$ ~/.dropbox-dist/dropboxd
Optional, to remove dropbox on both 32 bit and 64 bit Linux systems, do:
$ rm -rf ~/.dropbox-dist/dropboxd