Hi,
I have just solved a problem I was struggling with all day. When attempting to apt-get update all the respositories failed, no matter which one I tried.
I noticed a comment on one post about proxy settings in apt.conf. Mine was set to
Acquire::http::Proxy "false";
I changed this to
Acquire::http::Proxy "";
and it worked perfectly - in fact I am updating now!
Hope this helps someone
I have just solved a problem I was struggling with all day. When attempting to apt-get update all the respositories failed, no matter which one I tried.
I noticed a comment on one post about proxy settings in apt.conf. Mine was set to
Acquire::http::Proxy "false";
I changed this to
Acquire::http::Proxy "";
and it worked perfectly - in fact I am updating now!
Hope this helps someone