Build dependencies with apt-get build-dep for Linux-image-4.14












0















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.










share|improve this question

























  • 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
















0















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.










share|improve this question

























  • 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














0












0








0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










1 Answer
1






active

oldest

votes


















0














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





share|improve this answer























    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%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









    0














    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





    share|improve this answer




























      0














      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





      share|improve this answer


























        0












        0








        0







        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





        share|improve this answer













        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






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 22 at 17:03









        AlexAlex

        11




        11






























            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%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





















































            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

            Mouse cursor on multiple screens with different PPI

            Agildo Ribeiro

            Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”