edit the /etc/pacman.conf on your slackware/frugalware machine and add or update the following.
ProxyServer = your.proxy.server ie proxy.domain.comProxyPort = your_proxy_port ie 8080
edit the /etc/pacman.conf on your slackware/frugalware machine and add or update the following.
ProxyServer = your.proxy.server ie proxy.domain.comProxyPort = your_proxy_port ie 8080
RSS feed for comments on this post. TrackBack URI
If proxy server need authentication
Comment by minsler — February 24, 2008 @ 3:36 am |
Try something like this at command prompt,
export HTTP_PROXY=user:pass@proxy.com:port
export http_proxy=$HTTP_PROXY
Comment by mayankjohri — February 26, 2008 @ 10:31 am |