GpHow

How to Fix Apt-get : NO_PUBKEY / GPG Error in Debian

no_pubkey 8b48ad6246925553 no_pubkey 7638d0442b90d010no_pubkey 8b48ad6246925553 no_pubkey 7638d0442b90d010

no_pubkey 8b48ad6246925553 no_pubkey 7638d0442b90d010

In computers based on a Debian operating system that uses Linux kernel, error messages similar to NO_PUBKEY may appear.This happens while using the Apt-Get command line tool, and this error is associated with the tool’s update feature.

This problem can be solved by simply keying in the appropriate commands.

Solve Apt-get : NO_PUBKEY / GPG Error in Debian

Simply type the following commands, taking care to replace the number below with that of the key that was displayed in the error message:

gpg –keyserver pgpkeys.mit.edu –recv-key 010908312D230C5F
gpg -a –export 010908312D230C5F | sudo apt-key add –

Exit mobile version