Lack of package linux-image-extra-4.15.0-1040-azure

Asked by Radek Gala

I'm trying to install package
 apt-get -y install linux-image-extra-$(uname -r)

uname -r returns 4.15.0-1040-azure

it returns : Unable to locate package linux-image-extra-4.15.0-1040-azure

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-azure Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug.

I can't see it here either:
https://packages.ubuntu.com/trusty/linux-image-extra-4.15.0-1036-azure

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

Starting with a certain release number (maybe 4.15.*) the "extra modules" package is no longer named linux-image-extra-xxx but linux-modules-extra-xxx, in your case linux-modules-extra-4.15.0-1040-azure

Revision history for this message
Radek Gala (radekgala) said :
#3

Thanks Manfred Hampl, that solved my question.