#1 Le 14/09/2010, à 10:08
- bussiere
[lucid] proxy pour apt-get sous lucid
pour utiliser apt-get derriere un proxy sous lucid
il faut modifier le fichier bashrc :
sudo gedit /etc/bash.bashrc
et rajouter à la fin :
export http_proxy=http://user:password@host:port/
export ftp_proxy=http://user:pass@host:port/
si pas d'authentification :
export http_proxy=http://host:port/
export ftp_proxy=http://host:port/
++
Bussiere
apt-get proxy bashrc lucid
Hors ligne
#2 Le 14/09/2010, à 15:06
- yvon22
Re : [lucid] proxy pour apt-get sous lucid
Bonjour,
Tu peux aussi rajouter les paramètres dans le fichier /etc/apt/apt.conf.
Acquire::http::Proxy "http://login:password@adresse.de.proxy:port-du-proxy";
Hors ligne
#3 Le 20/09/2010, à 22:17
- Pascal91
Re : [lucid] proxy pour apt-get sous lucid
Hors ligne