2009年5月1日金曜日
Ubuntu9.04 アップデートするとエラー(メッセージ;W: Duplicate sources.list entry)
エラーメッセージ
こんなメッセージが表示されました。。。9.04なぜだ(苦笑)
-------------------------------------------------------------------------
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty/universe Packages (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty/universe Translation-ja (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty_universe_i18n_Translation-ja)
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty/multiverse Packages (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty_multiverse_binary-i386_Packages)
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty/multiverse Translation-ja (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty_multiverse_i18n_Translation-ja)
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty-updates/universe Packages (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty-updates_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://jp.archive.ubuntu.com jaunty-updates/multiverse Packages (/var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_jaunty-updates_multiverse_binary-i386_Packages)
W: Duplicate sources.list entry http://security.ubuntu.com jaunty-security/universe Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jaunty-security_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://security.ubuntu.com jaunty-security/multiverse Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jaunty-security_multiverse_binary-i386_Packages)
-------------------------------------------------------------------------
どうも、sources.listがおかしい?ってことなのだろうか?よく解りませんが、調べてみました。
sources.listをみると、jaunty main restricted universe multiverse、jaunty-updates main restricted universe、jaunty-security main restricted universe multiverseってあります。
なにか、違うような???他のUbuntuと比べたり、8.10の記述をみたりしました。
再度、検索すると、日本語フォーラムにありました。
https://forums.ubuntulinux.jp/viewtopic.php?id=4634&action=new
同じような状況になった方は、参考になると思います。
修正方法
下記が記載してあった、修正する箇所です。
---------------------------------------------------------------------------
(誤) deb http://jp.archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
(正) deb http://jp.archive.ubuntu.com/ubuntu/ jaunty main restricted
(誤) deb http://jp.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
(正) deb http://jp.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
(誤) deb http://security.ubuntu.com/ubuntu jaunty-security main restricted universe multiverse
(正) deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
---------------------------------------------------------------------------
ということで、早速、修正しようと思います。記載にあるように、ソフトウェア・ソースの画面から修正するのは無理です。
端末(コンソール)から、sudo gedit /etc/apt/sources.listで、管理者権限で、修正していきます。
universe multiverseを削除して、保存します。
※管理者権限で、開いて修正しないと保存できないです。
日本語フォーラムにもありましたが、なぜこうなるのか解らないです・・・クリーンインストールしたのですが、ちょっとした違いは、デュアルブートぐらいなんですが・・・
この後、アップデートを実行すると・・・またまた(苦笑)
ラベル:
Ubuntu,
トラブル Trouble,
設定 Setting
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿