Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 6252  / 2 Years ago, fri, august 5, 2022, 6:27:31

Just what the title says. The update manager is also asking me to update to Ubuntu 12.10 even when I have the part unchecked that says "Check for new Ubuntu version updates" thing. Is there some way to turn the annoying update manager off?


More From » kernel

 Answers
5

That's because apt-get upgrade does not install new packages.



Due to the way the kernel packages are built, every new (bugfix) version of the package actually has a different name. Plus you install a metapackage, which will always depend on the latest kernel.



This has as a sideeffect, that updating the metapackage for the kernel always requires a new package to be installed (the new kernel), which update-manager will happily do for you.



apt-get upgrade however will strictly upgrade packages, and will not install new packages. If you run apt-get upgrade, you will see that the kernel metapackage is being held back (for this reason, though it doesn't give you the reason).



So instead of apt-get upgrade, run apt-get dist-upgrade to update the kernel metapackage and install the latest kernel version.


[#31985] Friday, August 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
laceanz

Total Points: 86
Total Questions: 113
Total Answers: 104

Location: Australia
Member since Thu, Jan 26, 2023
1 Year ago
;