http_proxy
If you are behind a proxy server you may need to set the http_proxy environment variable
By Session
You can do this for your session by adding
export http_proxy="http://myproxy.co.uk:8080"
to your .bashrc file
By Command
or before each command that requires a proxy using
# http_proxy="http://myproxy.co.uk:8080" conary updateall
SUSE updates
Use rug to set the zen-installer and zen-updater (zmd)
# rug set-prefs proxy-url http://myproxy.co.uk:8080
which adds
[Network]
proxy-url=http://myproxy.co.uk:8080
to
REFERRERS
ConaryUpdate
DebianAptGet
DebianAptitude
There are no comments on this page. [Add comment]