Marc Auslander wrote: > linux-image-amd64 wants linux-image-4.19.0-22-amd64 but only > linux-image-4.19.0-22-amd64-unsigned show up in a search.
You are on an old version of Debian. Upgrade to the current stable version or go digging through the archives to get what you want. linux-image-amd64 is a virtual package that pulls in the specific package that your machine architecture needs. You can apt install linux-image-4.19.0-22-amd64-unsigned instead. If you don't use UEFI Secure Boot -- and you probably don't -- the unsigned package does everything you need. -dsr-