Add Dropbox to your Linux repository
Ubuntu
Add the following line to /etc/apt/sources.list. Replace natty with your build's name below.
deb http://linux.dropbox.com/ubuntu natty main
To import our GPG keys into your apt repository, perform the following command from your terminal shell:
Fedora
Add the following to /etc/yum.conf.
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/\$releasever/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc
Remove Dropbox from your Linux repository
- Remove the lines that you added when first adding Dropbox to your repository:
Ubuntu: Remove the following line from /etc/apt/sources.list. Replace natty with your build's name:
deb http://linux.dropbox.com/ubuntu natty main
Fedora: Remove the following from /etc/yum.conf:
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/\$releasever/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc
- Run this command to list all key you've imported: