I'm looking for guidance with setting up / using YUM for the first time. I went to the 'Tutorials' page on ART web site, and installed the ART GPG KEY using WGET. I then ran "wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh"
which I assumed setup YUM to point to ART. This is what it output:
Code: Select all
Atomic Archive installer, version 0.9.13
Configuring the [atomic] yum archive for this system
Installing the Atomic GPG key: OK
Downloading atomic-release-1.0-6.fc4.art.noarch.rpm: OK
The Atomic Rocket Turtle archive has now been installed and configured for your system
The following channels are available:
atomic - [ACTIVATED] - contains the stable tree of ART packages
atomic-testing - [DISABLED] - contains the testing tree of ART packages
atomic-bleeding - [DISABLED] - contains the development tree of ART packages
If I try and and do "yum install lynx" I get the following error message
Code: Select all
Setting up Install Process
Setting up repositories
http://download.fedoralegacy.org/fedora/4/updates/i386/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 404: Date: Thu, 22 Nov 2007 15:30:22 GMT
Server: Apache/2.0.46 (CentOS)
Content-Length: 332
Connection: close
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Cannot open/read repomd.xml file for repository: legacy-updates
failure: repodata/repomd.xml from legacy-updates: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from legacy-updates: [Errno 256] No more mirrors to try.
Code: Select all
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1
metadata_expire=1800
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
I'm using Plesk 8.2.1, and Fedora Core 4
(psa v8.2.1_build82070918.10 os_FedoraCore 4
OS Linux 2.6.9-023stab044.11-smp)
Thanks in advance,