Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(solved) apt security

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
naibed
Posts: 8
Joined: 2010-02-21 01:19

(solved) apt security

#1 Post by naibed »

I apologize if this topic has been covered numerous times.

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?
Last edited by naibed on 2010-02-22 03:15, edited 1 time in total.

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: apt security

#2 Post by nadir »

i think you missed to run
apt-get update
again to let the package-management know about the new keyring.
i do it like this:
apt-get install *keyring*
getting told that it ain't trusted and accept with y(es)
apt-get update
install my packages
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

naibed
Posts: 8
Joined: 2010-02-21 01:19

Re: apt security

#3 Post by naibed »

many thanks

Post Reply