Add Dropbox to your Linux repository
Ubuntu
Add the following line to /etc/apt/sources.list
. Replace trusty with your build's name below.
deb https://linux.dropbox.com/ubuntu trusty 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=https://linux.dropbox.com/fedora/\$releasever/
gpgkey=https://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 trusty with your build's name:
2. Run this command to list all key you've imported: