Answers for "yum add proxy"

0

yum add proxy

# Open yum.conf
vi /etc/yum.conf
# Add this line at the end of file
echo "proxy=http://nom_or_ip_address_of_proxy:port/" >> /etc/yum.conf
Posted by: Guest on March-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language