Linux リポジトリに Dropbox を追加する
Ubuntu
以下の文字列を /etc/apt/sources.list
に追加し、「trusty」の部分はご利用のビルド名に置き換えます。
deb https://linux.dropbox.com/ubuntutrusty main
Dropbox の GPG キーを apt リポジトリにインポートするには、次のコマンドをターミナル シェルから実行します。
Ubuntu
以下の文字列を /etc/apt/sources.list
に追加し、「trusty」の部分はご利用のビルド名に置き換えます。
deb https://linux.dropbox.com/ubuntutrusty main
Dropbox の GPG キーを apt リポジトリにインポートするには、次のコマンドをターミナル シェルから実行します。
$ sudo apt-key adv --keyserver pgp.mit.edu
--recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
Fedora
以下のラインを /etc/yum.conf
に追加します。
name=Dropbox Repository baseurl=https://linux.dropbox.com/fedora/\$releasever/ gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc
Ubuntu:/etc/apt/sources.list から次の文字列を削除します。「trusty」の部分はご利用のビルド名に置き換えます。
deb https://linux.dropbox.com/ubuntu trusty main
name=Dropbox Repository
baseurl=https://linux.dropbox.com/fedora/\$releasever/
gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc
sudo apt-key list
sudo apt-key del <copied Dropbox key>