I am using a proxy, however I cannot retrieve the repository RPMs
If you use rpm
or yum
to install the Amahi Linux Home Server and you are behind a proxy, you may need to set the proxy specifically for those programs.
- For
rpm
, you will need to use the options--httpproxy HOST
and maybe--httpport PORT
- For
yum
, you may have to doexport http_proxy=HOST:PORT
in/etc/yum.conf
or from the command line before usingyum
by hand. See this article to learn more aboutyum
and proxy servers.
Back to the FAQ