On Tue, 2005-02-01 at 23:45 +0200, ×××× ××× wrote: > I updated as Paul Howarth had suggested, but now I get a new error: > > APT system reports: > E: Unknown signature > /var/cache/apt/archives/ffmpeg_0.4.9-0.20041110.1.1.fc3.fr_i386.rpm: > (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#e42d547b) > E: Unknown signature > /var/cache/apt/archives/gsm_1.0.10-5.1.fc3.fr_i386.rpm: (SHA1) DSA > sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#e42d547b) > E: Unknown signature > /var/cache/apt/archives/kaffeine_0%3a0.5-0.lvn.1.3_i386.rpm: (SHA1) > DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#a109b1ec) > E: Unknown signature > /var/cache/apt/archives/kdemultimedia-extras_6%3a3.3.1-0.lvn.3.3_i386.rpm: > (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#a109b1ec) > E: Unknown signature > /var/cache/apt/archives/libid3tag_0.15.1b-3.1.fc3.fr_i386.rpm: (SHA1) > DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#e42d547b) > E: Unknown signature > /var/cache/apt/archives/libmusepack_1.0.2-1.1.fc3.fr_i386.rpm: (SHA1) > DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#e42d547b) > E: Unknown signature > /var/cache/apt/archives/libquicktime_0.9.3-1.1.fc3.fr_i586.rpm: (SHA1) > DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: > > I tried looking in the directories specified, but to tell the truth, I > didn't know what to do once I had gotten there! ost of the packages > (audio players like kaffiene) are not available in yum, so that is not > an option for me. Any ideas? Thank you guys so much... This is happening because your synaptic (apt) configuration has more repositories enabled than your yum configuration, so you're seeing more packages available, and you don't appear to have imported the GPG keys for these extra repositories. GPG#e42d547b is the GPG key for Matthias Saou (freshrpms.net): # rpm --import http://ftp.freshrpms.net/pub/freshrpms/RPM-GPG-KEY GPG#a109b1ec is the GPG key for Livna.org: # rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY It's not a good idea to run a package manager when you don't know where it's going to get packages from... Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>