最近、Dell XPS 13 ラップトップのメニュー バーに赤い警告の三角形のアイコンが表示されました。メニューを開くと、「更新情報が古くなっています」と表示されます。
「すべての更新をチェック」を選択すると、「キャッシュを更新しています」というウィンドウが開きます。読みやすくするために、最終的な内容を以下に示します。
インターネット接続に問題があるとは認識していません。インターネット接続がなければこのメッセージを投稿することはできませんでした。
これらの問題を解決するにはどうすればいいでしょうか?
----------
リポジトリ情報のダウンロードに失敗しました インターネット接続を確認してください v 詳細
W:GPG error: http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release: The following signatures were invalid: KEYEXPIRED 1507497109,
W:The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release' is not signed.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
注: バージョン 3.6 にアップグレードしたので、このデータは確かに古くなっています。
W:GPG error: http://ftp.debian.org/debian jessie-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010,
W:The repository 'http://ftp.debian.org/debian jessie-backports InRelease' is not signed.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:GPG error: http://cdn-fastly.deb.debian.org/debian jessie-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010,
W:The repository 'http://httpredir.debian.org/debian jessie-backports InRelease' is not signed.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:The repository 'http://ppa.launchpad.net/fta/gnome3/ubuntu xenial Release' does not have a Release file.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:The repository 'http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu xenial Release' does not have a Release file.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:The repository 'http://ppa.launchpad.net/vincent-c/nevernote/ubuntu xenial Release' does not have a Release file.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_InRelease - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory),
E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_non-free_binary-amd64_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory),
E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_non-free_binary-i386_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
答え1
サポートされていない更新システム設定ソフトウェアを無効にし、バックポートを更新してください。リポジトリを確認してください。/etc/apt/sources.list
Opera を削除します:
sudo apt-get purge opera-stable
sudo apt-get update
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
Opera をインストールします:
sudo apt-get install opera-stable
Xenial を使用していますが、sources.list には Precise へのリンクが含まれています。Jessie
現在のsources.listをバックアップします:
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
新しいリストを作成するhttps://help.ubuntu.com/community/Repositories/コマンドライン
保存して試してくださいsudo apt-get update