Last active
June 20, 2017 07:57
-
-
Save WindomZ/411288975afb8040764757533a0c36d9 to your computer and use it in GitHub Desktop.
how to install packages with apt-get on a system connected via proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vim /etc/apt/apt.conf | |
# The contents were: | |
Acquire::http::proxy "http://<proxy>:<port>/"; | |
Acquire::ftp::proxy "ftp://<proxy>:<port>/"; | |
Acquire::https::proxy "https://<proxy>:<port>/"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment