On Mon, 16 Apr 2018 15:27:15 +0100 Ben Hutchings wrote: > The dependencies are all there. You need to use: > > # apt-get install -t stretch-backports linux-headers-4.15.0-0.bpo.2-amd64 > > Ben. > > -- > Ben Hutchings > Kids! Bringing about Armageddon can be dangerous. Do not attempt it > in your own home. - Terry Pratchett and Neil Gaiman, `Good Omens' > Just noticed that the following has stopped working.
# apt-get install linux-headers-amd64/stretch-backports The '-t' flag is needed instead. # apt-get install -t stretch-backports linux-headers-amd64 Any particular reason why this is the case? -- Markus