Page 1 of 1

slapt-get & proxy

Posted: 1. Feb 2010, 09:58
by a-m
Hi,

I just installed salix on VirtualBox.
How can I configure slapt-get to work through proxy ?

Thanks for beautiful distro.

Re: slapt-get & proxy

Posted: 1. Feb 2010, 10:09
by gapan

Re: slapt-get & proxy

Posted: 3. Feb 2010, 05:39
by a-m
Thank Gapan,
I put username and password in http_proxy - it works perfectly.
Something like:

Code: Select all

export http_proxy=http://user:pass@172.16.16.1:3128
slapt-get -u 
...
8-)