[SOLVED] The existence of a mysterious kernel 4.4.0.130

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

[SOLVED] The existence of a mysterious kernel 4.4.0.130

Post by ineuw »

My latest LM 18.3 installation came with linux-headers-4.10.0-38-generic kernel. In one the first updates (and there were many), I installed linux-headers-4.15.0-23-generic. Now, looked at the installed kernels, and found a third kernel linux-headers-4.4.0-130-generic, which I didn't install. Also, this kernel is not listed in grub. Where did this come from, and why?

Code: Select all

linux-headers-4.10.0-38-generic
linux-headers-4.4.0-130-generic       <-----------------
linux-headers-4.15.0-23-generic
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
gm10

Re: The existence of a mysterious kernel 4.4.0.130

Post by gm10 »

Check your /var/log/apt/history.log
User avatar
Pjotr
Level 24
Level 24
Posts: 20122
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: The existence of a mysterious kernel 4.4.0.130

Post by Pjotr »

Note that it's not the kernel, but the kernel *headers*.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
User avatar
karlchen
Level 23
Level 23
Posts: 18227
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: The existence of a mysterious kernel 4.4.0.130

Post by karlchen »

Hello, ineuw.

The package linux-headers-4.4.0-130-generic is not the kernel itself. Check in Synaptic what it is if you wish to know.
In case you have installed linux-headers-4.4.0-130-generic at some time by accident, Grub will not know and not care about it.

Regards,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: The existence of a mysterious kernel 4.4.0.130

Post by JeremyB »

Check in terminal

Code: Select all

apt rdepends linux-headers-4.4.0-130-generic
It is likely a dependency of an installed package
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: The existence of a mysterious kernel 4.4.0.130

Post by ineuw »

Thanks for the enlghtenment

Code: Select all

ineuw@lm183dt64b ~ $ sudo apt rdepends linux-headers-4.4.0-130-generic
[sudo] password for ineuw: 
linux-headers-4.4.0-130-generic
Reverse Depends:
  linux-headers-generic
  linux-image-4.4.0-130-generic
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: The existence of a mysterious kernel 4.4.0.130

Post by JeremyB »

I was expecting to see linux-libc-dev in the list as I think that was why the old kernel headers were installed in Mint 18
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: The existence of a mysterious kernel 4.4.0.130

Post by ineuw »

When it comes to kernels I am a troglodyte. As such, what confuses me most is the numbering system. That is why I asked.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
Locked

Return to “Beginner Questions”