GNU/Linux >> Linux の 問題 >  >> Ubuntu

Source.listの「404」エラーを削除しますか?

実行します

sudo apt-get update

最後にこれらの失敗を返します:

W: Failed to fetch httpe://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  Protocol httpe not supported or disabled in libcurl
W: Failed to fetch httpe://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-i386/Packages  Protocol httpe not supported or disabled in libcurl
E: Some index files failed to download. They have been ignored, or old ones used instead.

この問題を解決するにはどうすればよいですか?周りを見回しましたが、答えが見つからないようです。

実行後

lsb_release -a

No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:    trusty

承認された回答:

1つの簡単なコマンド、httpe 有効なプロトコルではありません:

sudo sed -i 's/httpe:/http:/g' /etc/apt/sources.list
sudo apt-get update

そして今、あなたはTrustyをインストールし、sources.listにRaringリポジトリを持っているようです。

このリポジトリが必要ない場合は、

で行を削除してください。
sudo sed -i '/raring/d' /etc/apt/sources.list


Ubuntu
  1. すべてのシェルキーワードを一覧表示する方法は?

  2. クリップボードでHTMLのソースを編集する方法は?

  3. Source.listの「404」エラーを削除しますか?

  1. バッシュ‘?

  2. デフォルトのグラフィックスドライバを再インストールする方法は?

  3. Ubuntu で Debian リポジトリを apt source.list に追加するのは危険ですか?

  1. USBで編集する許可を得る方法は?

  2. Update-grubとUpdate-grub2の違いは?

  3. 音量インジケーターが消えたUbuntu13.10?