Page 1 of 1

Mint update W: GPG error

Posted: Fri Mar 22, 2013 12:10 pm
by Camden
Hi there, this seems similar to some of the other update issues but I cannot seem to get any of the other fixes to work - when I run update it returnes this error message, then the second.

W: GPG error: http://archive.ubuntu.com quantal Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.medibuntu.org_dists_quantal_free_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

Also I cannot now access software manager, software sources or package manager - they ask for my password then fail to load.
any help would be appreciated
Mint 14 KDE 64bit

Re: Mint update W: GPG error

Posted: Sat Mar 23, 2013 4:17 am
by durieux arnaud
Salut, ouvres un terminal et tente ça:

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
Postes nous ensuite le retour complet de

Code: Select all

 sudo apt-get update

Re: Mint update W: GPG error

Posted: Sun Mar 24, 2013 6:55 pm
by Camden
Hi there tried the above and still returned the same error - out put


Re: Mint update W: GPG error

Posted: Mon Mar 25, 2013 6:17 pm
by durieux arnaud
Essaye ceci en terminal:

Code: Select all

 sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
et postes nous les retours.

Re: Mint update W: GPG error <solved>

Posted: Tue Mar 26, 2013 9:46 am
by Camden
That seems to have done the trick thank you!

Re: Mint update W: GPG error

Posted: Fri Jul 18, 2014 10:33 am
by esdub1775
thanks helped a lot I had to do it in this order though:
sudo rm /var/lib/apt/lists/* -vf
sudo dpkg --configure -a
sudo apt-get update