Results 1 to 2 of 2
Hi All,
In work I am behind a proxy and I want to use pacman... is it the normal
Code:
export proxyserver=127.0.0.1:8080
for example...
- 05-23-2006 #1Just Joined!
- Join Date
- Apr 2006
- Location
- UK, Devon
- Posts
- 40
Proxy Client
Hi All,
In work I am behind a proxy and I want to use pacman... is it the normalfor exampleCode:export proxyserver=127.0.0.1:8080
- 05-23-2006 #2Just Joined!
- Join Date
- Apr 2006
- Location
- UK, Devon
- Posts
- 40
The commands needed are
Code:export http_proxy=127.0.0.1:8080
You replace the IP Address with yours and also you will need to edit the pacman.conf file in /etc and uncomment the line saying use wget passive then save the file and off you go.Code:export ftp_proxy=127.0.0.1:8080
I hope this helps..
Luke


Reply With Quote
