As you may know, Dropbox allows you to sync your documents online and across your computers automatically. It has a native Ubuntu installer, however, if you want to add its repository instead, then continue below to learn how to.
When this is added, everytime you use Update Manager in Ubuntu, updates for Dropbox will also be fetched.
Open Terminal and run the commands below to add Dropbox repository’s key.
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
create its repository’s file.
sudo gedit /etc/apt/sources.list.d/dropbox.list
Then copy and paste the line below into the file and save it.
deb http://linux.dropbox.com/ubuntu/ oneiric main
Now Update and install Dropbox.
sudo apt-get install nautilus-dropbox
Done...!!!!!
When this is added, everytime you use Update Manager in Ubuntu, updates for Dropbox will also be fetched.
Open Terminal and run the commands below to add Dropbox repository’s key.
create its repository’s file.
sudo gedit /etc/apt/sources.list.d/dropbox.list
Then copy and paste the line below into the file and save it.
deb http://linux.dropbox.com/ubuntu/ oneiric main
Now Update and install Dropbox.
sudo apt-get update
sudo apt-get install nautilus-dropbox
Done...!!!!!
Post a Comment