Should you find yourself running a Linux box behind a proxy that requires authentication you will need to update your setup so that you can get access to the outside world, and make some configuration changes to yum.
First, add the following to your /etc/yum.conf (note, this is incredibly insecure as you will now have your proxy uid and password in clear text on your machine. You should remove your login details after you have made your connections):
proxy=http://proxy_url:80
proxy_username=uid→ Continue reading “Setting up Proxy Authentication for a Linux Box to use yum”