Announcement

Collapse
No announcement yet.

How often a new kernel is updated on Kubuntu?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How often a new kernel is updated on Kubuntu?

    How often a new kernel is updated on Kubuntu?
    TKS

    #2
    It depends. and follows what Ubuntu does, since it is all the same distro.

    All releases get security fixes to kernels regularly, as needed. These are not new major versions, however. They are the same version, rebuilt with fixes to the code. So no new hardware support or features.

    Non-LTS stick to the same kernel version though its 9-month lifespan. No version bumps at all, but with security updates.

    LTS start out with one kernel at the beginning. 22.04 starts with the 5.15.0 kernel.
    When the second updated iso image is made available (the so-called "point" release --22.04.2) the following February, the kernel from then-current non-LTS is added as the default. 5.19.0 for Jammy, in this case.
    This DOES provide new hardware support and features.

    This happens every 6 months until the next LTS release.
    In between, you do get patched versions as security fixes are added.

    22.04 users should see the 6.2 kernel around August.
    Users who installed *buntu desktops with the original 22.04 image from April may not see kernel upgrades, though all desktop users are supposed to. But this is easily fixed.
    Server installs from the original ISO by design stay with the original "GA" kernel by default

    A graphic showing the general kernel version cadence
    Last edited by claydoh; May 23, 2023, 03:26 PM.

    Comment


      #3
      Originally posted by claydoh View Post
      Users who installed *buntu desktops with the original 22.04 image from April may not see kernel upgrades, though all desktop users are supposed to. But this is easily fixed.
      The fix is to enable HWE right?

      Comment


        #4
        Originally posted by Montmorency View Post
        The fix is to enable HWE right?
        Yup
        Code:
        sudo apt install --install-recommends linux-generic-hwe-22.04

        Comment


          #5
          Originally posted by NCC1701D View Post
          How often a new kernel is updated on Kubuntu?
          TKS
          Just had one yesterday, 5/22/23. Previously, for this year: 4/25/23 4/18/23 3/28/23 3/13/23 2/23/23
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #6
            Grepping the logs in /var/log, apt and dist-upgrade, tells me there were 23 new kernels in the last year in this 22.10 install.
            Regards, John Little

            Comment


              #7
              The 5.19.0 kernel is on its 42nd build, though a lot of those will have been done in pre-release.
              The OG 5.15.0 in 22.04 is at number 72.

              Comment


                #8
                Thanks for answering.

                Comment


                  #9
                  Code:
                  cat /etc/os-release
                  Will show you what your Kubuntu version is.​
                  "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                  – John F. Kennedy, February 26, 1962.

                  Comment


                    #10
                    You can also use the command
                    Code:
                    uname -r
                    or
                    Code:
                    uname -a
                    The first one will tell you the current kernel in use, the second give a little more info.
                    Dave Kubuntu 20.04 Registered Linux User #462608

                    Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

                    Comment

                    Working...
                    X