trainman419 / python-cec

Other
170 stars 42 forks source link

Getting an invalid signature on 'sudo apt-get update' while installing on Raspbian #40

Closed piningforfjords closed 4 years ago

piningforfjords commented 4 years ago

Err:2 http://packages.namniart.com/repos/pi wheezy InRelease The following signatures were invalid: 15A0B3807025FB9CC17EA6FF17BF1CB1D6FC98DF Reading package lists... Done W: GPG error: http://packages.namniart.com/repos/pi wheezy InRelease: The following signatures were invalid: 15A0B3807025FB9CC17EA6FF17BF1CB1D6FC98DF E: The repository 'http://packages.namniart.com/repos/pi wheezy InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Any suggestion would be appreciated - Tom

trainman419 commented 4 years ago

Raspbian now ships with a compatible version of libcec. You should remove the packages.namniart.com/repos/pi repository.

piningforfjords commented 4 years ago

That makes sense. Thanks for the quick response.