Yum: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: If you are behind a proxy server yum need to know what it is so it ca access the reposotories. Edit the file /etc/yum.conf and add the line <pre> proxy=http://proxyserver:port/ </pre> [[... |
No edit summary |
||
Line 5: | Line 5: | ||
proxy=http://proxyserver:port/ | proxy=http://proxyserver:port/ | ||
</pre> | </pre> | ||
Make sure you have a look at the page [[Bashrc|bashrc]] | |||
[[Category : Linux]] | [[Category : Linux]] |
Latest revision as of 01:21, 3 October 2007
If you are behind a proxy server yum need to know what it is so it ca access the reposotories.
Edit the file /etc/yum.conf and add the line
proxy=http://proxyserver:port/
Make sure you have a look at the page bashrc