1

I have a single deb entry:

# cat /etc/apt/sources.list
deb ftp://debian.uchicago.edu/debian testing main contrib non-free

I get this glitch when I update:

#aptitude update
...
W: GPG error: ftp://debian.uchicago.edu testing InRelease: Unknown error executing gpgv
W: GPG error: ftp://debian.uchicago.edu testing InRelease: Unknown error executing gpgv

Didn't find any solutions on the net. May be there is someone here, who can help?

Thanx.

1 Answers1

0

Just ran into this problem myself.

Seems like this is a problem with corrupted downloads. There's more information in this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657561

Per the last email there, going into /var/lib/apt/lists/ and deleting the files in question then running apt-get update again seems to fix it for me.

James Curbo
  • 131
  • 4