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 web ssh client on port 443 /80 with nginx as reverse proxy

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

Setup VOD streaming server with nginx using RTMP on Ubuntu 18.04