Mailinglist Archive: opensuse (2271 mails)

< Previous Next >
Re: [SLE] APT difficulties [solved, after a fashion]
  • From: Neville Cobb <npcobb@xxxxxxxxxxxxxx>
  • Date: Mon, 05 Apr 2004 18:29:09 +1000
  • Message-id: <407118D5.1070708@xxxxxxxxxxxxxx>
C Hamel wrote:

I got apt working, though, after a fashion. It d/l 19 files but wouldn't
install any of them. It said, 'No signatures' or something similar. Manually installed & got things working.


I updated my apt and synaptic to the latest version and also noticed that it would not install due to bad signature etc. but they installed under Kpackage OK. I ended up changing the /etc/apt/apt.conf.d/gpg.checker.conf per below and it downloaded and installed OK.

_Latest version of apt/synaptic from apt repository_
apt-libs_0.5.15cnc6-rb1_i586.rpm
apt_0.5.15cnc6-rb1_i586.rpm
synaptic_0.48.1-rb3_i586.rpm


_from:_
// Make RPM::GPG-Check no; to disable gpg checking
// It can still be used in combination with --checksig
RPM::GPG-Check true;
Scripts::PM::Pre:: gpg-checker.lua;
_
changed to:_
// Make RPM::GPG-Check no; to disable gpg checking
// It can still be used in combination with --checksig
RPM::GPG-Check no;
Scripts::PM::Pre:: gpg-checker.lua;

< Previous Next >
Follow Ups