コマンドを実行すると:root@versinator:~# apt-get update
次のエラーが発生します。
Hit:1 http://us-east1.gce.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us-east1.gce.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://us-east1.gce.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic InRelease
Get:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease [17.5 kB]
Err:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1E9377A2BA9EF27F
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1E9377A2BA9EF27F
E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
このエラーを削除して保護された状態に戻すにはどうすればよいですか?
「apt-get update」の問題は、公開鍵1E9377A2BA9EF27Fがないことです。次のコマンドを実行して、このキーをキーリングに追加できます。
Sudo apt-key adv --recv-key 1E9377A2BA9EF27F
次のようなものが表示されます。
Executing: /tmp/apt-key-gpghome.IA65nrxcnz/gpg.1.sh --recv-key 1E9377A2BA9EF27F
gpg: key 1E9377A2BA9EF27F: public key "Launchpad Toolchain builds" imported
gpg: Total number processed: 1
gpg: imported: 1
「apt-get update」または「apt update」を実行すると、「 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubunt 」のインデックスがフェッチされます。 xenial InRelease」も同様です。
ファイルを編集します。
Sudo nano /etc/apt/sources.list
行の最初の文字として#を入れます。
次に、単に更新を行います。
Sudo apt update
エラーが消えた場合は、注釈付きの行を削除できます。
シナプス、設定タブのリポジトリ、その他のソフトウェアの順に進みます。 Ubuntu-toolchain-rのppaの前にあるボックスをオフにします。リロード。