The following signatures couldn't be verified because the public key is not available

Discussion in 'General' started by onastvar, Jun 21, 2012.

  1. onastvar

    onastvar Member

    Anyone know how to fix this

    W: GPG error: http://packages.dotdeb.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E

    I already have installed the debian-archive-keyring package.

    Thanks
     
  2. rosehosting

    rosehosting Member


    Seem like you're missing the dotdeb GPG key. fetch it and add it to your apt.

    Code:
    gpg --keyserver keys.gnupg.net --recv-key 89DF5277 && gpg -a --export 89DF5277 | apt-key add -
    then update the repos

    Code:
    apt-get update
     

Share This Page