Skip to content

Instantly share code, notes, and snippets.

@Vaneeza-7
Last active July 23, 2023 15:23
Show Gist options
  • Save Vaneeza-7/72e72988465414ff2e7a7799b77f61a4 to your computer and use it in GitHub Desktop.
Save Vaneeza-7/72e72988465414ff2e7a7799b77f61a4 to your computer and use it in GitHub Desktop.
Installing DropBox on Ubuntu

To install dropbox on Ubuntu through CLI open the command prompt or terminal, for this you can press,

Ctrl+Alt+t

Next type the following command on terminal:

sudo apt install nautilus-dropbox

Type your sudo password and press Enter or y when it prompts you to.

To check if dropbox has been installed correctly, type the following command on terminal:

dropbox --version

This will show your dropbox version and help of all dropbox commands.

After installation, a window will appear prompting you to finish download and connect your computer to dropbox by signing in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment