I3ウィンドウマネージャーを使用して、Ubuntu 14.04を実行しています。システムのソフトウェアとアップデートに問題があります。 update-manager
を開始すると、次の画面が表示されます。
これを見ると、インターネットは機能しています。プロキシを使用していません。
ok
(右下)を選択した後、これが表示されます。
画面を閉じるだけのinstall now
(右下から)を選択します。次に、測定のためにSudo apt-get update; Sudo apt-get upgrade -y
を実行し、コンピューターを再起動します。これは違いはありません。
これらのラジオボタンを選択することはできません。少なくとも選択しても、選択されたままにはなりません。
左から(Ubuntu Software)これは私が持っているもので、これらのページにあるラジオボタンは選択できません:
前のウィンドウで「閉じる」を選択した後、次のメッセージが表示される場合があります。
リロードを押すと、このエラーメッセージが表示されます(これも取得中にネットワークは正常です)
エラーメッセージテキストは次のとおりです。
W:GPG error: http://download.virtualbox.org trusty InRelease: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY 54422A4B98AB5139, W:Failed to fetch
http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-AMD64/Packages
404 Not Found , W:Failed to fetch
http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-i386/Packages
404 Not Found , E:Some index files failed to download. They have been
ignored, or old ones used instead.
その画面を閉じた後、次を表示する更新マネージャーを取得します。
他の人がそうでなかったとき、これらがオプションである理由がわかりません。
これがapt-getなどとどのように結びついているのかわからないため、GUIの写真を表示しましたが、CLIメソッドを利用できることを嬉しく思います。
/etc/apt/sources.listの出力は次のとおりです。
deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty multiverse restricted main #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu trusty multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-backports main restricted multiverse #Added by software-properties
deb http://archive.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-security main multiverse restricted #Added by software-properties
deb http://archive.ubuntu.com/ubuntu trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse restricted main
deb http://download.virtualbox.org/virtualbox/debian trusty contrib
apt-get update
の出力
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://dl.google.com stable InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net trusty Release.gpg
Hit http://dl.google.com stable Release.gpg
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://dl.google.com stable Release
Ign http://ppa.launchpad.net trusty Release
Hit http://ppa.launchpad.net trusty Release
Hit http://dl.google.com stable/main AMD64 Packages
Hit http://ppa.launchpad.net trusty Release
Hit http://dl.google.com stable/main i386 Packages
Get:1 http://download.virtualbox.org trusty InRelease [5,637 B]
Hit http://ppa.launchpad.net trusty/main AMD64 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main AMD64 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Ign http://download.virtualbox.org trusty InRelease
Ign http://dl.google.com stable/main Translation-en_GB
Ign http://dl.google.com stable/main Translation-en
Ign http://download.virtualbox.org trusty/contrib AMD64 Packages/DiffIndex
Ign http://download.virtualbox.org trusty/contrib i386 Packages/DiffIndex
Err http://ppa.launchpad.net trusty/main AMD64 Packages
404 Not Found
Err http://ppa.launchpad.net trusty/main i386 Packages
404 Not Found
Ign http://ppa.launchpad.net trusty/main Translation-en_GB
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://ppa.launchpad.net trusty/main Translation-en_GB
Ign http://ppa.launchpad.net trusty/main Translation-en
Hit http://download.virtualbox.org trusty/contrib AMD64 Packages
Hit http://download.virtualbox.org trusty/contrib i386 Packages
Ign http://download.virtualbox.org trusty/contrib Translation-en_GB
Ign http://download.virtualbox.org trusty/contrib Translation-en
Fetched 5,637 B in 2s (2,360 B/s)
このエラーについてどうするつもりなのかわかりません-apt-cdrom
?
W:GPG error: http://download.virtualbox.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/main/binary-AMD64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/restricted/binary-AMD64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty
I3の代わりにUnityでログインしたため、アップデートマネージャーを使用していくつかのものをインストールでき、Universeパッケージのオプションを変更できました(i3では発生しなかったので、パスワードの入力を求められたため、権限が正しくありませんでした)。
ただし、Update Managerを(Unity内から)ロードすると、Check you internet connection
エラーが引き続き発生します。
更新マネージャーからのパッケージ情報をreload
しようとした後に得たエラーは次のとおりです。
W:GPG error: http://download.virtualbox.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/main/binary-AMD64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/restricted/binary-AMD64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch cdrom://Ubuntu 14.04 LTS _Trusty Tahr_ - Release AMD64 (20140417)/dists/trusty/restricted/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
, W:Failed to fetch http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-AMD64/Packages 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
すべてのソースはコメント化されています。 sources.listの「deb」で始まるエントリの前にある「#」を削除します。