How can I find the latest stable kernel for Ubuntu?
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
add a comment |
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
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
1
Anything withrc
is NOT stable rather it is a release candidate. The most recent stable version is14.14.15
. See the instructions at: askubuntu.com/questions/119080/…
– WinEunuuchs2Unix
Jan 27 '18 at 0:56
add a comment |
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
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
kernel
edited Jan 22 at 9:15
Codito ergo sum
1,5043825
1,5043825
asked Jan 26 '18 at 22:21
RhysRhys
3716
3716
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
1
Anything withrc
is NOT stable rather it is a release candidate. The most recent stable version is14.14.15
. See the instructions at: askubuntu.com/questions/119080/…
– WinEunuuchs2Unix
Jan 27 '18 at 0:56
add a comment |
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
1
Anything withrc
is NOT stable rather it is a release candidate. The most recent stable version is14.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
1
1
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
add a comment |
2 Answers
2
active
oldest
votes
For your release of Ubuntu,
Ensure you have the -update and -security repositories enabled.
sudo apt update
(orsudo apt-get update
)
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.
add a comment |
Ubuntu Kernel Release Schedule
Ubuntu Kernel Support Schedule
ref Ubuntu Kernel Support and Schedules
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
For your release of Ubuntu,
Ensure you have the -update and -security repositories enabled.
sudo apt update
(orsudo apt-get update
)
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.
add a comment |
For your release of Ubuntu,
Ensure you have the -update and -security repositories enabled.
sudo apt update
(orsudo apt-get update
)
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.
add a comment |
For your release of Ubuntu,
Ensure you have the -update and -security repositories enabled.
sudo apt update
(orsudo apt-get update
)
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.
For your release of Ubuntu,
Ensure you have the -update and -security repositories enabled.
sudo apt update
(orsudo apt-get update
)
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.
edited Jan 26 '18 at 23:38
answered Jan 26 '18 at 22:32
user535733user535733
8,46622943
8,46622943
add a comment |
add a comment |
Ubuntu Kernel Release Schedule
Ubuntu Kernel Support Schedule
ref Ubuntu Kernel Support and Schedules
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
add a comment |
Ubuntu Kernel Release Schedule
Ubuntu Kernel Support Schedule
ref Ubuntu Kernel Support and Schedules
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
add a comment |
Ubuntu Kernel Release Schedule
Ubuntu Kernel Support Schedule
ref Ubuntu Kernel Support and Schedules
Ubuntu Kernel Release Schedule
Ubuntu Kernel Support Schedule
ref Ubuntu Kernel Support and Schedules
edited Jan 22 at 12:09
karel
59.6k13129151
59.6k13129151
answered Jan 22 at 4:14
AnJiaAnJia
11
11
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
add a comment |
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Jan 22 at 9:56
1
1
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
fixed this ,post screenshots.
– AnJia
Jan 22 at 11:32
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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
1
Anything with
rc
is NOT stable rather it is a release candidate. The most recent stable version is14.14.15
. See the instructions at: askubuntu.com/questions/119080/…– WinEunuuchs2Unix
Jan 27 '18 at 0:56