Here is what I seem to have arrived at ----
[bob@localhost ~]$ su -
Password:
[root@localhost ~]# gedit /etc/yum.repos.d/livna-stable.repo
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable
gpgcheck=1
[livna-unstable]
name=Livna.org Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
gpgcheck=1
[livna-testing]
name=Livna.org Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing
gpgcheck=1
[root@localhost ~]# rpm -ivh
http://rpm.livna.org/livna-release-6.rpm
Retrieving
http://rpm.livna.org/livna-release-6.rpm
Preparing... ########################################### [100%]
package livna-release-6-1 is already installed
[root@localhost ~]# yum install audacious audacious-plugins-nonfree-mp3
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
http://rpm.livna.org/fedora/6/i386/R...ta/repomd.xml: [Errno 14] HTTP Error 404: Date: Sun, 31 Dec 2006 12:35:01 GMT
Server: Apache/2.0.52 (CentOS)
Content-Length: 322
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: livna-stable
[root@localhost ~]#
Where am I going wrong?
Bob