Hi everyone
I've been trying to configure yum according to this
documentation.
While trying to do so from the terminal, this is what happened...
Code:
[dene@localhost ~]$ su
Password:
[root@localhost dene]# cd /etc
[root@localhost etc]# mv -f yum.conf.bak
mv: missing destination file operand after `yum.conf.bak'
Try `mv --help' for more information.
[root@localhost etc]# wget http://www.fedorafaq.org/samples/yum.conf
--18:56:02-- http://www.fedorafaq.org/samples/yum.conf
=> `yum.conf'
Resolving www.fedorafaq.org... 70.84.209.18
Connecting to www.fedorafaq.org|70.84.209.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 578 [text/plain]
100%[====================================>] 578 --.--K/s
18:56:13 (47.41 KB/s) - `yum.conf' saved [578/578]
[root@localhost etc]# rpm -Uvh http://www.fedora.org/yum http://rpm.livna.org/livna-release-5.rpm
Retrieving http://www.fedora.org/yum
Retrieving http://rpm.livna.org/livna-release-5.rpm
warning: /var/tmp/rpm-xfer.h2o95k: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: open of <!DOCTYPE failed: No such file or directory
error: open of HTML failed: No such file or directory
error: open of PUBLIC failed: No such file or directory
I can't see that I've done anything wrong, as this had worked previosly when I used it before. What I'm guessing is this is most likey a server side problem, though if anyone knows what i can do about this then it would be much appreciated

.