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
Printable View
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
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