You may sometimes notice that your installation just hangs when it reached a certain percent during installation. The reason is probably you’re behind a proxy and it does not allow you to access the repository you are supposed to connect to.
The solution is simple. Edit your apt.conf file under /etc/apt and you’re good to go. Just follow the following steps.
- open Terminal
- sudo mousepad /etc/apt/apt.conf
- Add the following lines:
Acquire::http::Proxy “your.proxy.com:port”;
Note: This setting works just fine on my setup.
Related posts:











Leave a Reply: