実行します
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