Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. sudo apt-get update
  2.  
  3. W: Failed to fetch httpe://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages Protocol httpe not supported or disabled in libcurl
  4. W: Failed to fetch httpe://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-i386/Packages Protocol httpe not supported or disabled in libcurl
  5. E: Some index files failed to download. They have been ignored, or old ones used instead.
  6.  
  7. sudo sed -i 's/httpe:/http:/g' /etc/apt/sources.list
  8. sudo apt-get update
  9.  
  10. sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
  11. sudo apt-get update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement