linux mint - extra.linuxmint.comリポジトリの無効な署名BADSIG 3EE67F3D0FF405B2

linux mint - extra.linuxmint.comリポジトリの無効な署名BADSIG 3EE67F3D0FF405B2

実行しようとすると、次のエラーが発生しますapt-get updatelinux mint 17.3

W: GPG error: http://extra.linuxmint.com rosa Release: The following 
signatures were invalid: BADSIG 3EE67F3D0FF405B2 Clement Lefebvre (Linux 
Mint Package Repository v1) <[email protected]>

3EE67F3D0FF405B2上記のようにキーを追加してみました。この投稿ただし、キーは同じままで、リストに期限切れのキーはありません。

私の公式ソースコードパッケージリストファイルの内容は次のとおりです。

deb http://free.nchc.org.tw/linuxmint/packages rosa main upstream import 

deb http://extra.linuxmint.com rosa main

deb http://np.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://np.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner

ミラーサイトhttp://free.nchc.org.tw/linuxmint/packagesと追加のストレージサイトはhttp://extra.linuxmint.com同じ構造を持ちます。エラーの原因と解決策は何ですか?

代替ミラーがありますかhttp://extra.linuxmint.com rosa main

ベストアンサー1

キーリングをインストールしてみてください:

sudo apt-get install --allow-unauthenticated linuxmint-keyring

それから:

sudo rm -rf /var/lib/apt/lists/*
apt update
sudo apt-get update
sudo apt-get upgrade

おすすめ記事