GPG invalid signature problem in ubuntu

Run bellow commands if there is problem with gpg key invalid
error while updating apt chache 
by using 
$ sudo apt-get update
this is very common issue sometimes happens after update ubuntu 
$ sudo apt-get clean
$ cd /var/lib/apt
$ sudo mv lists lists.old
$ sudo mkdir -p lists/partial
$ sudo apt-get clean
$ sudo apt-get update

Comments

Popular posts from this blog

Running cockpit behind nginx reverse proxy with nginx ssl and cockpit non ssl

using libguestfs virt-customize tool to modify qcow2 image and reset root password.

Setup VOD streaming server with nginx using RTMP on Ubuntu 18.04