Announcement

Collapse
No announcement yet.

[SOLVED] apt-get can't verify any packages.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] apt-get can't verify any packages.

    This is probably a simple fix or maybe even a bug, but as i'm unfamiliar with the way that apt verifies it's packages i thought i would ask here.

    Whenever i run apt-get install apt fails to verify ANY package that is downloaded. Is this a quick simple fix?? Anyone have any ideas

    #2
    Re: apt-get can't verify any packages.

    you need to get the pgp keys.
    <br />

    Comment


      #3
      Re: apt-get can't verify any packages.

      You may refer to chapter 7.4 of this manual for details on how to proceed

      Comment


        #4
        Re: apt-get can't verify any packages.

        How would i go about finding what keys i need to get?? and the address of the Kubuntu Key server

        Comment


          #5
          Re: apt-get can't verify any packages.

          Originally posted by stratman4300
          How would i go about finding what keys i need to get?
          From the error messages APT is throwing at you :P

          Originally posted by stratman4300
          And the address of the Kubuntu Key server?
          There is none specifically; you may try pgp.mit.edu

          Comment


            #6
            Re: apt-get can't verify any packages.

            Sweet!!

            I just ran

            Code:
            gpg --refresh-keys pgp.mit.edu
            now it's working like a champ.

            Thanks for the responses guys

            Comment

            Working...
            X