I have the proxy address, a user name and a password for the proxy server I need to connect through, but when I set the proxy details under System Setting => Network => Network Proxy, only Firefox seems to be able to connected to the Internet.
The Ubuntu Software Centre and apt-get
does not seem to be able to connect to the internet, I have already tried this and a bunch of other things but nothing seems to work.
Acquire::http::proxy "http://user_id:password@proxy_server:port/";
in the file/etc/apt/apt.conf
. If the file does not exist create one. – sourav c. Jul 14 '14 at 12:49sudo apt-get update
. – sourav c. Jul 14 '14 at 12:53