LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apt-get for suse: bad signature problem (https://www.linuxquestions.org/questions/linux-software-2/apt-get-for-suse-bad-signature-problem-162171/)

bruno buys 03-25-2004 06:47 AM

Apt-get for suse: bad signature problem
 
Tried to install software using apt-get for SuSE, but it gives me errors like these:


Fetched 733kB in 59s (12.2kB/s)
Unknown signature /var/cache/apt/archives/a52dec_0.7.4-3.pm.0_i686.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#5f6842a4)
Unknown signature /var/cache/apt/archives/ogle_0.9.2-1.sb_i586.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#b90d278f)
Error: Bad signature

And aborts. What can I do? Most of the packages I try to install just abort.

Thanks!

Ice9 03-25-2004 06:54 AM

Edit your /etc/apt/apt.conf file and paste this into it
Code:

RPM
{
  // Uncomment to disable GPG-signature checking for packages
 GPG-Check "false";
  // Uncomment to prevent kernel being handled along with (dist-)upgrade
  // Upgrade-Kernel "false";
  // Uncomment to hold packages with modified config files in (dist-)upgrade
  // Preserve-Config "true";
};

Of course you can comment/uncomment and add other parameters.


All times are GMT -5. The time now is 07:59 PM.