Thursday, September 7, 2017
Ubuntu 14 04 LTS And Dropbox
Ubuntu 14 04 LTS And Dropbox
Ubuntu 14.04 LTS is finally here! One of the first thing that I normally do after installing or upgrading Ubuntu is to install Dropbox, a file hosting service that offers cloud storage. FYI, all my text files are stored on Dropbox.
The Dropbox client on Ubuntu 14.04 LTS is easily installed using one of 3 ways. This article will show you how.
Installing Dropbox on Ubuntu 14.04
Use the Ubuntu Software Center
- Open the center and search for dropbox.
- Click on Install.
- Enter your password to authenticate the install.
- Wait for the download and install to finish (the Install button will change to Remove).
- Close the Ubuntu Software Center. (A window may appear next asking you to restart Nautilus - do so by clicking on the Restart Nautilus button, then click the Next button.)
- In the window that appear next, you will be prompted to start Dropbox. Do so by clicking on the Start Dropbox.
- Follow the on-screen instructions to register or login to a Dropbox account.
- When complete, close the Information available window.
- Search for download dropbox for ubuntu using Google or any other search engines.
- Click on the search result that say Install Dropbox on your Linux box.
- Click on either the 64-bit or 32-bit versions (depending on your Ubuntu OS) of the file for Ubuntu (.deb).
- Click on Save File and wait for the download to finish.
- Close the web browser.
- Open Nautilus file manager and go to the Downloads folder.
- Double-click on the dropbox .deb file.
- Click on the Install button on the Ubuntu Software Center window that appears next.
- Follow the same steps (3) to (8) in the Use the Ubuntu Software Center section above.
- Open a terminal.
- Execute:
sudo apt-get install nautilus-dropbox - Enter your password if prompted and press the Enter key to confirm the install.
- Dropbox will be downloaded and installed - as suggested by the message in the terminal first quit Nautilus (if open) by executing:
nautilus --quit - Close the terminal.
- Click on the Search icon in the Unity dock (the first icon on top) and type dropbox - the Dropbox icon will appear.
- Click on the Dropbox icon.
- Follow the on-screen instructions to register or login to a Dropbox account.
Note that the Dropbox icon will appear in both the Unity dock and the notification bar on the top right hand corner. Use the one on the notification bar to open the Dropbox folder in Nautilus. The one on the Unity dock exist to restart Dropbox and re-enable the Dropbox notification icon if you accidentally closed it via the Quit Dropbox item.
You can set a bookmark to the Dropbox folder in Nautilus by clicking on the Bookmarks item in Nautiluss menu and then select Bookmark this Location.
If you decide that Dropbox is not your thing and you want to remove it, you can use either the Ubuntu Software Center or the command line. Remember to exit Dropbox first by clicking on notification bar on the top right hand corner and selecting Quit Dropbox.
Using the Ubuntu Software Center, search for dropbox, select it and click on the Remove button and then authenticate when prompted. Dropbox will then be removed.
To use a command line, start a terminal and type sudo apt-get remove nautilus-dropbox, authenticate and then press the Enter key when prompted. Dropbox will then be removed.
download file now