How to stop apt from complaining about unauthenticated packages
As root (this should be all one line):
wget -q -O - http://ftp-master.debian.org/ziyi_key_2005.asc http://ftp-master.debian.org/ziyi_key_2006.asc | apt-key add -The debian-keyring package should probably have these keys included, but it doesn't seem to.
Comments