Re: Adept Failure on any Installation
I'm going to suggest that the problem are incorrectly formatted repository lines above.
Open the file for editing as root and add a / to the end of each of the http: entries and remove the # so that the above section looks like this:
Save and close the file. Reboot and then open a console and type:
to update the package cache. Let me know how it goes.
Originally posted by timjohn
Open the file for editing as root and add a / to the end of each of the http: entries and remove the # so that the above section looks like this:
deb http://security.ubuntu.com/ubuntu/ intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu/ intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security universe
deb http://security.ubuntu.com/ubuntu/ intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu/ intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security universe
deb http://security.ubuntu.com/ubuntu/ intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security multiverse
Code:
sudo apt-get update
Comment