Build dependencies with apt-get build-dep for Linux-image-4.14
I need to install the dependencies for a Linux 4.14 kernel in Ubuntu Server 18 to build a patched kernel. My current one is 4.15
Even after removing the comments and activating the source repositories in sources.list the desired package can't be found.
sudo apt-get build-dep linux-image-4.14-generic
I suspect either the name of the image is wrong or my sources.list is missing an entry for this task. I followed this guide.
apt kernel dependencies
add a comment |
I need to install the dependencies for a Linux 4.14 kernel in Ubuntu Server 18 to build a patched kernel. My current one is 4.15
Even after removing the comments and activating the source repositories in sources.list the desired package can't be found.
sudo apt-get build-dep linux-image-4.14-generic
I suspect either the name of the image is wrong or my sources.list is missing an entry for this task. I followed this guide.
apt kernel dependencies
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
1
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23
add a comment |
I need to install the dependencies for a Linux 4.14 kernel in Ubuntu Server 18 to build a patched kernel. My current one is 4.15
Even after removing the comments and activating the source repositories in sources.list the desired package can't be found.
sudo apt-get build-dep linux-image-4.14-generic
I suspect either the name of the image is wrong or my sources.list is missing an entry for this task. I followed this guide.
apt kernel dependencies
I need to install the dependencies for a Linux 4.14 kernel in Ubuntu Server 18 to build a patched kernel. My current one is 4.15
Even after removing the comments and activating the source repositories in sources.list the desired package can't be found.
sudo apt-get build-dep linux-image-4.14-generic
I suspect either the name of the image is wrong or my sources.list is missing an entry for this task. I followed this guide.
apt kernel dependencies
apt kernel dependencies
edited Jan 22 at 10:31
Shree
105113
105113
asked Jan 22 at 10:26
AlexAlex
11
11
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
1
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23
add a comment |
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
1
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
1
1
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23
add a comment |
1 Answer
1
active
oldest
votes
I don't know why this was hard to find, I blame my low experience with this but I got it working by installing these packages:
sudo apt-get install linux-source build-essential kernel-package libssl-dev ncurses-dev xz-utils libssl-dev bc kernel-package
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%2f1111914%2fbuild-dependencies-with-apt-get-build-dep-for-linux-image-4-14%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't know why this was hard to find, I blame my low experience with this but I got it working by installing these packages:
sudo apt-get install linux-source build-essential kernel-package libssl-dev ncurses-dev xz-utils libssl-dev bc kernel-package
add a comment |
I don't know why this was hard to find, I blame my low experience with this but I got it working by installing these packages:
sudo apt-get install linux-source build-essential kernel-package libssl-dev ncurses-dev xz-utils libssl-dev bc kernel-package
add a comment |
I don't know why this was hard to find, I blame my low experience with this but I got it working by installing these packages:
sudo apt-get install linux-source build-essential kernel-package libssl-dev ncurses-dev xz-utils libssl-dev bc kernel-package
I don't know why this was hard to find, I blame my low experience with this but I got it working by installing these packages:
sudo apt-get install linux-source build-essential kernel-package libssl-dev ncurses-dev xz-utils libssl-dev bc kernel-package
answered Jan 22 at 17:03
AlexAlex
11
11
add a comment |
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%2f1111914%2fbuild-dependencies-with-apt-get-build-dep-for-linux-image-4-14%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
Welcome to Ask Ubuntu. Why do you want to use the 4.14 kernel? Ubuntu 18.04 LTS (releases are yy.mm in format, so 18 could mean 18.04 LTS or 18.10 as it's not specific) comes with 4.15 which is supported by Canonical for 5 years from release (longer if you use ESM). 4.14 is not supported in Ubuntu thus you'll have to patch it yourself which is not good security-wise if you're not skilled enough to do it. Are you ready for this?
– guiverc
Jan 22 at 12:47
1
Your concern is absolutely right. I don't have the experience or skills for this, but since this will be an "offline machine" which sole purpose will be playing "retroPie" I'll risk to do it.
– Alex
Jan 22 at 13:23