Quote:
Please run yum again.
What's the output of
Code:
ls -l /etc/yum.repos
?
|
The results are below : -
Code:
[root@web ~]# yum install fetchmail wget bzip2 unzip zip nmap openssl lynx fileutils ncftp
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 211 kB 00:00
################################################## 680/680
primary.xml.gz 100% |=========================| 1.4 MB 00:06
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/extras/6/i386/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from extras: [Errno 256] No more mirrors to try.
You have new mail in /var/spool/mail/root
[root@web ~]# less /var/spool/mail/root
[root@web ~]# ls =l /etc/yum.repos
ls: =l: No such file or directory
ls: /etc/yum.repos: No such file or directory
[root@web ~]# ls =l /etc/yum.repos.d/
ls: =l: No such file or directory
/etc/yum.repos.d/:
fedora-core.repo fedora-legacy.repo
fedora-development.repo fedora-updates.repo
fedora-extras-development.repo fedora-updates-testing.repo
fedora-extras.repo
[root@web ~]#
Sorry - Different output below : -
Code:
[root@web yum.repos.d]# ls -l
total 56
-rw-r--r-- 1 root root 1054 Oct 15 19:07 fedora-core.repo
-rw-r--r-- 1 root root 1750 Oct 15 19:07 fedora-development.repo
-rw-r--r-- 1 root root 1490 Oct 15 19:07 fedora-extras-development.repo
-rw-r--r-- 1 root root 981 Oct 15 19:07 fedora-extras.repo
-rw-r--r-- 1 root root 517 Oct 15 19:07 fedora-legacy.repo
-rw-r--r-- 1 root root 1039 Oct 15 19:07 fedora-updates.repo
-rw-r--r-- 1 root root 1112 Oct 15 19:07 fedora-updates-testing.repo
[root@web yum.repos.d]#