I used yum directly to go through a proxy. I had to do something like this:
http_proxy=http://:####/
HTTP_PROXY="$http_proxy"
export http_proxy HTTP_PROXY
ftp_proxy=http://:####/
FTP_PROXY="$ftp_proxy"
export ftp_proxy FTP_PROXY
I used yum directly to go through a proxy. I had to do something like this:
http_proxy=http://:####/
HTTP_PROXY="$http_proxy"
export http_proxy HTTP_PROXY
ftp_proxy=http://:####/
FTP_PROXY="$ftp_proxy"
export ftp_proxy FTP_PROXY