How can I find the latest stable kernel for ubuntu?












0















I have gone through many posts, and many threads of the last 30 minutes reading about linux kernels. The problem I am having is I upgraded to the latest mainline kernel back when it fixed the processor exploits.



The kernel was unstable, and I had a lot of problems with programs. Now I would like to move to the latest STABLE kernel. There are many duplicate threads, but from my understanding the mainline kernels are not stable - but they are the latest. I would like to locate the latest stable kernel besides the LTS kernels.



Does apt-cache display the latest stable kernel?



When I run the command apt-cache linux-image I am presented with all of these:



View the list here



I could not post the list due to the limit of characters



I have chosen to install linux-image-4.15.0-041500rc7-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP for now since it is listed, but I am unsure if this is even a stable kernel under their stable line?









share























  • Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

    – user535733
    Jan 26 '18 at 22:34











  • software that runs consistently without crashing aka stable

    – Rhys
    Jan 26 '18 at 22:36











  • Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

    – WinEunuuchs2Unix
    Jan 27 '18 at 0:56
















0















I have gone through many posts, and many threads of the last 30 minutes reading about linux kernels. The problem I am having is I upgraded to the latest mainline kernel back when it fixed the processor exploits.



The kernel was unstable, and I had a lot of problems with programs. Now I would like to move to the latest STABLE kernel. There are many duplicate threads, but from my understanding the mainline kernels are not stable - but they are the latest. I would like to locate the latest stable kernel besides the LTS kernels.



Does apt-cache display the latest stable kernel?



When I run the command apt-cache linux-image I am presented with all of these:



View the list here



I could not post the list due to the limit of characters



I have chosen to install linux-image-4.15.0-041500rc7-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP for now since it is listed, but I am unsure if this is even a stable kernel under their stable line?









share























  • Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

    – user535733
    Jan 26 '18 at 22:34











  • software that runs consistently without crashing aka stable

    – Rhys
    Jan 26 '18 at 22:36











  • Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

    – WinEunuuchs2Unix
    Jan 27 '18 at 0:56














0












0








0


1






I have gone through many posts, and many threads of the last 30 minutes reading about linux kernels. The problem I am having is I upgraded to the latest mainline kernel back when it fixed the processor exploits.



The kernel was unstable, and I had a lot of problems with programs. Now I would like to move to the latest STABLE kernel. There are many duplicate threads, but from my understanding the mainline kernels are not stable - but they are the latest. I would like to locate the latest stable kernel besides the LTS kernels.



Does apt-cache display the latest stable kernel?



When I run the command apt-cache linux-image I am presented with all of these:



View the list here



I could not post the list due to the limit of characters



I have chosen to install linux-image-4.15.0-041500rc7-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP for now since it is listed, but I am unsure if this is even a stable kernel under their stable line?









share














I have gone through many posts, and many threads of the last 30 minutes reading about linux kernels. The problem I am having is I upgraded to the latest mainline kernel back when it fixed the processor exploits.



The kernel was unstable, and I had a lot of problems with programs. Now I would like to move to the latest STABLE kernel. There are many duplicate threads, but from my understanding the mainline kernels are not stable - but they are the latest. I would like to locate the latest stable kernel besides the LTS kernels.



Does apt-cache display the latest stable kernel?



When I run the command apt-cache linux-image I am presented with all of these:



View the list here



I could not post the list due to the limit of characters



I have chosen to install linux-image-4.15.0-041500rc7-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP for now since it is listed, but I am unsure if this is even a stable kernel under their stable line?







kernel





share












share










share



share










asked Jan 26 '18 at 22:21









RhysRhys

326




326













  • Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

    – user535733
    Jan 26 '18 at 22:34











  • software that runs consistently without crashing aka stable

    – Rhys
    Jan 26 '18 at 22:36











  • Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

    – WinEunuuchs2Unix
    Jan 27 '18 at 0:56



















  • Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

    – user535733
    Jan 26 '18 at 22:34











  • software that runs consistently without crashing aka stable

    – Rhys
    Jan 26 '18 at 22:36











  • Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

    – WinEunuuchs2Unix
    Jan 27 '18 at 0:56

















Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

– user535733
Jan 26 '18 at 22:34





Not quite sure what you mean by 'stable.' That term could mean several things, and our definition may differ from yours.

– user535733
Jan 26 '18 at 22:34













software that runs consistently without crashing aka stable

– Rhys
Jan 26 '18 at 22:36





software that runs consistently without crashing aka stable

– Rhys
Jan 26 '18 at 22:36













Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

– WinEunuuchs2Unix
Jan 27 '18 at 0:56





Anything with rc is NOT stable rather it is a release candidate. The most recent stable version is 14.14.15. See the instructions at: askubuntu.com/questions/119080/…

– WinEunuuchs2Unix
Jan 27 '18 at 0:56










2 Answers
2






active

oldest

votes


















4














For your release of Ubuntu,




  1. Ensure you have the -update and -security repositories enabled.


  2. sudo apt update (or sudo apt-get update)



  3. Install the linux-image-generic metapackage to install the latest kernel that is packaged and tested for your release of Ubuntu. The metapackage will pull in several dependencies including the actual kernel packages themselves.



    Using the metapackage will ensure you get upgrades as they become available.




Note that apt cannot remove kernels from other sources - you must clean up those yourself.






share|improve this answer

































    0














    ref Ubuntu Kernel Support and Schedules






    share|improve this answer








    New contributor




    AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000194%2fhow-can-i-find-the-latest-stable-kernel-for-ubuntu%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      For your release of Ubuntu,




      1. Ensure you have the -update and -security repositories enabled.


      2. sudo apt update (or sudo apt-get update)



      3. Install the linux-image-generic metapackage to install the latest kernel that is packaged and tested for your release of Ubuntu. The metapackage will pull in several dependencies including the actual kernel packages themselves.



        Using the metapackage will ensure you get upgrades as they become available.




      Note that apt cannot remove kernels from other sources - you must clean up those yourself.






      share|improve this answer






























        4














        For your release of Ubuntu,




        1. Ensure you have the -update and -security repositories enabled.


        2. sudo apt update (or sudo apt-get update)



        3. Install the linux-image-generic metapackage to install the latest kernel that is packaged and tested for your release of Ubuntu. The metapackage will pull in several dependencies including the actual kernel packages themselves.



          Using the metapackage will ensure you get upgrades as they become available.




        Note that apt cannot remove kernels from other sources - you must clean up those yourself.






        share|improve this answer




























          4












          4








          4







          For your release of Ubuntu,




          1. Ensure you have the -update and -security repositories enabled.


          2. sudo apt update (or sudo apt-get update)



          3. Install the linux-image-generic metapackage to install the latest kernel that is packaged and tested for your release of Ubuntu. The metapackage will pull in several dependencies including the actual kernel packages themselves.



            Using the metapackage will ensure you get upgrades as they become available.




          Note that apt cannot remove kernels from other sources - you must clean up those yourself.






          share|improve this answer















          For your release of Ubuntu,




          1. Ensure you have the -update and -security repositories enabled.


          2. sudo apt update (or sudo apt-get update)



          3. Install the linux-image-generic metapackage to install the latest kernel that is packaged and tested for your release of Ubuntu. The metapackage will pull in several dependencies including the actual kernel packages themselves.



            Using the metapackage will ensure you get upgrades as they become available.




          Note that apt cannot remove kernels from other sources - you must clean up those yourself.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 26 '18 at 23:38

























          answered Jan 26 '18 at 22:32









          user535733user535733

          7,91722942




          7,91722942

























              0














              ref Ubuntu Kernel Support and Schedules






              share|improve this answer








              New contributor




              AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                ref Ubuntu Kernel Support and Schedules






                share|improve this answer








                New contributor




                AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  ref Ubuntu Kernel Support and Schedules






                  share|improve this answer








                  New contributor




                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  ref Ubuntu Kernel Support and Schedules







                  share|improve this answer








                  New contributor




                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 2 hours ago









                  AnJiaAnJia

                  1




                  1




                  New contributor




                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  AnJia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000194%2fhow-can-i-find-the-latest-stable-kernel-for-ubuntu%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      GameSpot

                      connect to host localhost port 22: Connection refused

                      Getting a Wifi WPA2 wifi connection