Ubuntu sudo apt-get updateが失敗した理由

6409 ワード

今日sudo apt-get installを使用してソフトウェアをインストールできません.エラーメッセージは次のとおりです.
Err http://cn.archive.ubuntu.com/ubuntu/oneiric-updates/main libssl1.0.0 i386 1.0.0e-2ubuntu4.7   404  Not Found [IP: 112.124.140.210 80] Err http://security.ubuntu.com/ubuntu/oneiric-security/main libssl1.0.0 i386 1.0.0e-2ubuntu4.7   404  Not Found [IP: 91.189.92.201 80] Err http://security.ubuntu.com/ubuntu/oneiric-security/main libssl-dev i386 1.0.0e-2ubuntu4.7   404  Not Found [IP: 91.189.92.201 80] Err http://security.ubuntu.com/ubuntu/oneiric-security/main libssl-doc all 1.0.0e-2ubuntu4.7   404  Not Found [IP: 91.189.92.201 80] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.0e-2ubuntu4.7_i386.deb  404  Not Found [IP: 91.189.92.201 80] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.0e-2ubuntu4.7_i386.deb  404  Not Found [IP: 91.189.92.201 80] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-doc_1.0.0e-2ubuntu4.7_all.deb  404  Not Found [IP: 91.189.92.201 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
第一反応は、ubuntuサポートが期限切れになったことですが、以前は「ソフトウェアの公式更新は提供されません」と理解していましたが、ubuntu 10.10でリリースされたバージョンのソフトウェアは使えるでしょう.ここは私の理解の間違いです.
アクセス:http://cn.archive.ubuntu.com/ubuntu/dists/確認すると、Oneiric Ocelotのサポートはありません.また結合http://zh.wikipedia.org/wiki/Ubuntuの長期サポートバージョンの一部、特に次の図です.
[非表示]バージョン
開発コード
公開日
最近の更新
サポート
カーネルバージョン
デスクトップ版
サーバ版
4.10
Warty Warthog
2004-10-20[32]
 
2006-04-30
2.6.8
5.04
Hoary Hedgehog
2005-04-08[33]
 
2006-10-31
2.6.10
5.10
Breezy Badger
2005-10-13[34]
 
2007-04-13
2.6.12
6.06 LTS
Dapper Drake
2006-06-01[35]
6.06.20 2008年1月21日にリリース
2009-07-14
2011-06-01
2.6.15
6.10
Edgy Eft
2006-10-26[36]
 
2008-04-25
2.6.17
7.04
Feisty Fawn
2007-04-19[37]
 
2008-10-19
2.6.20
7.10
Gutsy Gibbon
2007-10-18[38][39]
 
2009-04-18
2.6.22
8.04 LTS
Hardy Heron
2008-04-24[40][41]
8.04.4 2010年1月29日にリリース
2011-05-12
2013-05-09
2.6.24
8.10
Intrepid Ibex
2008-10-30[42]
 
2010-04-30
2.6.27
9.04
Jaunty Jackalope
2009-04-23
 
2010-10-23
2.6.28
9.10
Karmic Koala
2009-10-29
 
2011-04-30
2.6.31
10.04 LTS
Lucid Lynx
2010-04-29[43]
10.04.4リリース2012年2月16日
2013-05-09
2015-04
2.6.32
10.10
Maverick Meerkat
2010-10-10
 
2012-04-10
2.6.35
11.04
Natty Narwhal
2011-04-28
 
2012-10-28
2.6.38
11.10
Oneiric Ocelot
2011-10-13[44]
 
2013-05-09
3.0
12.04 LTS
Precise Pangolin
2012-04-26
12.04.5 2014年8月8日にリリース
2017-04
3.2
12.10
Quantal Quetzal
2012-10-18
 
2014-05-16[45] [46]
3.5
13.04
Raring Ringtail
2013-04-25
 
2014-01-27[47] [48]
3.8
13.10
Saucy Salamander
2013-10-17
 
2014-07-17[49]
3.11
14.04 LTS
Trusty Tahr
2014-04-17
14.04.1 2014年7月25日にリリース
2019-04
3.13
14.10
Utopic Unicorn
2014-10-23
 
2015-07
3.16
15.04
Vivid Vervet
2015年4月(予定)
 
2016-01(予定)
未定

代表者

リリースバージョンの更新が停止しました

更新は現在もサポートされています

計画サポート締め切り
問題の特定、解決方法:
1.新しいバージョンをアップグレードします.困難を振り回す.
2.旧バージョンを使用してソースを更新しますが、maverickの対応するサポートソフトウェアディレクトリがなくなり、ソフトウェアをダウンロードできません.〔old-releaseソリューション]はこの問題を効果的に解決しますが、試してみると、海外のサーバの速度が遅すぎて、ほとんど耐えられません.
http://www.cnblogs.com/linuxcat/archive/2012/12/29/2839216.html
/etc/apt/sources.listというファイルを変更します
## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
 
## 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.
deb http://old-releases.ubuntu.com/ubuntu/ maverick universe
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick universe
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates universe
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates universe
 
## 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://old-releases.ubuntu.com/ubuntu/ maverick multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates multiverse
 
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://us.old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://us.old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
 
#remastersys for backup installed system
deb http://www.remastersys.com/ubuntu maverick main

sudo apt-get updateを再実行すればよい.
3.ubuntu 10.04がLTSバージョンであることを考慮し、10.10の差は大きくないので、10.04のソースを使用してインストールソフトウェアを更新するかどうか.
テストは10.04 lucidの更新ソースを使用し、ソフトウェアのインストールに成功し、このスキームを一時的に使用します.
 
Linuxの更新サポートスキームについてはまだ詳しく理解されていませんが、システムバージョンのインストールを選択する際には、長期的な更新バージョン、後続のアップグレードの問題を考慮する必要があります.次は14.10にアップグレードすることを考えます.