Hello, I've got an account on a virtuals server (VPS, I think "Virtuozzo") and am trying to install the mozilla-nspr package there: [root@vs1164046 ~]# cat /etc/fedora-release Fedora Core release 3 (Heidelberg) [root@vs1164046 ~]# sudo yum clean all Cleaning up Everything 102 headers removed 102 packages removed 6 metadata files removed 3 cache files removed [root@vs1164046 ~]# yum install mozilla-nspr Setting up Install Process Setting up Repos extras 100% |=========================| 951 B 00:00 updates-released 100% |=========================| 951 B 00:00 http://mirror.switch.ch/ftp/mirror/fedora/linux/core/3/i386/os/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 404: Not Found Trying other mirror. base 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files extras : ################################################## 1775/1775 updates-re: ################################################## 910/910 base : ################################################## 2622/2622 Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package mozilla-nspr.i386 37:1.7.12-1.3.1 set to be updated --> Running transaction check Dependencies Resolved Transaction Listing: Install: mozilla-nspr.i386 37:1.7.12-1.3.1 - updates-released Total download size: 108 k Is this ok [y/N]: y Downloading Packages: (1/1): mozilla-nspr-1.7.1 100% |=========================| 108 kB 00:00 warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2 public key not available for mozilla-nspr-1.7.12-1.3.1.i386.rpm [root@vs1164046 ~]# rpm -ql mozilla-nspr package mozilla-nspr is not installed Why wouldn't yum install please? Thank you Regards Alex PS: Here is my unmodified yum.conf: [root@vs1164046 ~]# cat /etc/yum.conf [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 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d -- http://preferans.de