When trying to install various packages, from backports presumably, I am getting the message, The following package cannot be authenticated!
I have tried to add the keyring by installing
- Code: Select all
apt-get install debian-backports-keyring
and
wget -O - http://backports.org/debian/archive.key | apt-key add -
however I am still getting warned by apt. What am I doing wrong?