When I run
sudo apt-get update
I get the following error:
W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1436387333
How can I locate and remove the PPA which is causing this error?
When I run
sudo apt-get update
I get the following error:
W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1436387333
How can I locate and remove the PPA which is causing this error?
The command
shows where the repository is configured, e.g.:
In your case it is in
With this knowledge you can remove the entry with the help of
sed
and to avoid confusion in the future you also should remove the entry in your backup file
Now update the package information
and the problem is gone.