I'm using Raspbian Jessie but there are a few packages I want that aren't available (but are in Debian Stretch repos). I want to temporarily use the Stretch repo to install them (and any otherwise-unsatisfied dependencies) but without making anything else come from there in the future.
I understand things might not work; etc.; I'm just trying something out on a throwaway install :)
I tried rigging some files (based on this answer) but I got this.. not sure a) how to fix it and b) whether I'm doing things the right way!
W: GPG error: http://ftp.uk.debian.org stretch InRelease: The
following signatures couldn't be verified because the public
key is not available:
NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
apt-cache search debian keyring
gives a bunch of choices. You wantdebian-archive-keyring
. – Faheem Mitha Apr 03 '16 at 17:52deb http://http.debian.net/debian jessie-backports main
– Rui F Ribeiro Apr 03 '16 at 17:53apt-get install debian-keychain
which didn't appear to solve it – Danny Tuppeny Apr 03 '16 at 17:55letsencrypt
is indeed there; though I don't know the difference. Sounds like a better choice, but question remains, how can I get my Pi to use it? – Danny Tuppeny Apr 03 '16 at 17:55apt-get install debian-archive-keyring
. See my comment above. "You want debian-archive-keyring". You can runapt-key list
to see the installed keys. – Faheem Mitha Apr 03 '16 at 18:05Note, selecting 'raspbian-archive-keyring' instead of 'debian-archive-keyring'
and then doesn't stop the error :( – Danny Tuppeny Apr 03 '16 at 18:09Arch:all
, so you could download it from the Debian web pages, and rundpkg -i
. But it looks like Rui has sorted you out, so you probably don't need to do that. – Faheem Mitha Apr 03 '16 at 18:45