Yum through a proxy with and without authentication.
- May 31st, 2008
- Posted in Documentation
- Write comment
Make sure you no other yum update service/process running.
Proxy variable without authentication:
export http_proxy=”http://proxyserver:port”
Proxy variable with authentication:
export http_proxy=”http://username:password@proxyserver:port”
No comments yet.