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
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