What is the Fedora equivalent of the Debian build-essential package?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












113















What is the Fedora equivalent of the Debian build-essential package?










share|improve this question




























    113















    What is the Fedora equivalent of the Debian build-essential package?










    share|improve this question


























      113












      113








      113


      27






      What is the Fedora equivalent of the Debian build-essential package?










      share|improve this question
















      What is the Fedora equivalent of the Debian build-essential package?







      fedora compiling packaging






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 30 '15 at 16:34









      Jeff Schaller

      43.9k1161141




      43.9k1161141










      asked Aug 28 '10 at 14:07









      Steve BurdineSteve Burdine

      3,59652119




      3,59652119




















          3 Answers
          3






          active

          oldest

          votes


















          115














          The closest equivalent would probably be to install the below packages:



          su - 
          yum install make automake gcc gcc-c++ kernel-devel


          However, if you don't care about exact equivalence and are ok with pulling in a lot of packages you can install all the development tools and libraries with the below command.



          su -
          yum groupinstall "Development Tools" "Development Libraries"





          share|improve this answer


















          • 4





            Better answer below for modern Fedora

            – Kirk
            Oct 29 '16 at 12:03


















          52














          For Fedora 23 and above:



          dnf install @development-tools






          share|improve this answer

























          • For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

            – andlabs
            Apr 26 '16 at 15:52












          • My mistake; linux-headers-generic also requires Fedora package linux-devel.

            – andlabs
            Apr 26 '16 at 18:38






          • 1





            I think the answer should be updated, since this is the better answer for modern versions of fedora.

            – Kirk
            Oct 29 '16 at 12:02






          • 2





            I had to run sudo dnf group install "C Development Tools and Libraries"

            – davidtbernal
            Nov 6 '16 at 21:29


















          10














          The command is yum-builddep. It is included in the yum-utils package.



          sudo yum install yum-utils
          sudo yum-builddep $the_pkg_you_want_to_build





          share|improve this answer


















          • 5





            This does not actually answer the asked question but is none-the-less useful to know

            – Daniel S. Sterling
            Aug 27 '13 at 21:52










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f1338%2fwhat-is-the-fedora-equivalent-of-the-debian-build-essential-package%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          3 Answers
          3






          active

          oldest

          votes








          3 Answers
          3






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          115














          The closest equivalent would probably be to install the below packages:



          su - 
          yum install make automake gcc gcc-c++ kernel-devel


          However, if you don't care about exact equivalence and are ok with pulling in a lot of packages you can install all the development tools and libraries with the below command.



          su -
          yum groupinstall "Development Tools" "Development Libraries"





          share|improve this answer


















          • 4





            Better answer below for modern Fedora

            – Kirk
            Oct 29 '16 at 12:03















          115














          The closest equivalent would probably be to install the below packages:



          su - 
          yum install make automake gcc gcc-c++ kernel-devel


          However, if you don't care about exact equivalence and are ok with pulling in a lot of packages you can install all the development tools and libraries with the below command.



          su -
          yum groupinstall "Development Tools" "Development Libraries"





          share|improve this answer


















          • 4





            Better answer below for modern Fedora

            – Kirk
            Oct 29 '16 at 12:03













          115












          115








          115







          The closest equivalent would probably be to install the below packages:



          su - 
          yum install make automake gcc gcc-c++ kernel-devel


          However, if you don't care about exact equivalence and are ok with pulling in a lot of packages you can install all the development tools and libraries with the below command.



          su -
          yum groupinstall "Development Tools" "Development Libraries"





          share|improve this answer













          The closest equivalent would probably be to install the below packages:



          su - 
          yum install make automake gcc gcc-c++ kernel-devel


          However, if you don't care about exact equivalence and are ok with pulling in a lot of packages you can install all the development tools and libraries with the below command.



          su -
          yum groupinstall "Development Tools" "Development Libraries"






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 28 '10 at 18:04









          user1295user1295

          1,3012104




          1,3012104







          • 4





            Better answer below for modern Fedora

            – Kirk
            Oct 29 '16 at 12:03












          • 4





            Better answer below for modern Fedora

            – Kirk
            Oct 29 '16 at 12:03







          4




          4





          Better answer below for modern Fedora

          – Kirk
          Oct 29 '16 at 12:03





          Better answer below for modern Fedora

          – Kirk
          Oct 29 '16 at 12:03













          52














          For Fedora 23 and above:



          dnf install @development-tools






          share|improve this answer

























          • For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

            – andlabs
            Apr 26 '16 at 15:52












          • My mistake; linux-headers-generic also requires Fedora package linux-devel.

            – andlabs
            Apr 26 '16 at 18:38






          • 1





            I think the answer should be updated, since this is the better answer for modern versions of fedora.

            – Kirk
            Oct 29 '16 at 12:02






          • 2





            I had to run sudo dnf group install "C Development Tools and Libraries"

            – davidtbernal
            Nov 6 '16 at 21:29















          52














          For Fedora 23 and above:



          dnf install @development-tools






          share|improve this answer

























          • For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

            – andlabs
            Apr 26 '16 at 15:52












          • My mistake; linux-headers-generic also requires Fedora package linux-devel.

            – andlabs
            Apr 26 '16 at 18:38






          • 1





            I think the answer should be updated, since this is the better answer for modern versions of fedora.

            – Kirk
            Oct 29 '16 at 12:02






          • 2





            I had to run sudo dnf group install "C Development Tools and Libraries"

            – davidtbernal
            Nov 6 '16 at 21:29













          52












          52








          52







          For Fedora 23 and above:



          dnf install @development-tools






          share|improve this answer















          For Fedora 23 and above:



          dnf install @development-tools







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 3 at 11:15

























          answered Feb 1 '16 at 10:16









          AlexanderAlexander

          6,08322246




          6,08322246












          • For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

            – andlabs
            Apr 26 '16 at 15:52












          • My mistake; linux-headers-generic also requires Fedora package linux-devel.

            – andlabs
            Apr 26 '16 at 18:38






          • 1





            I think the answer should be updated, since this is the better answer for modern versions of fedora.

            – Kirk
            Oct 29 '16 at 12:02






          • 2





            I had to run sudo dnf group install "C Development Tools and Libraries"

            – davidtbernal
            Nov 6 '16 at 21:29

















          • For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

            – andlabs
            Apr 26 '16 at 15:52












          • My mistake; linux-headers-generic also requires Fedora package linux-devel.

            – andlabs
            Apr 26 '16 at 18:38






          • 1





            I think the answer should be updated, since this is the better answer for modern versions of fedora.

            – Kirk
            Oct 29 '16 at 12:02






          • 2





            I had to run sudo dnf group install "C Development Tools and Libraries"

            – davidtbernal
            Nov 6 '16 at 21:29
















          For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

          – andlabs
          Apr 26 '16 at 15:52






          For what it's worth, this is a literal equivalent to build-essential linux-headers-generic; it only installs what's needed to compile software (like gcc and make) as well as kernel headers. Thanks!

          – andlabs
          Apr 26 '16 at 15:52














          My mistake; linux-headers-generic also requires Fedora package linux-devel.

          – andlabs
          Apr 26 '16 at 18:38





          My mistake; linux-headers-generic also requires Fedora package linux-devel.

          – andlabs
          Apr 26 '16 at 18:38




          1




          1





          I think the answer should be updated, since this is the better answer for modern versions of fedora.

          – Kirk
          Oct 29 '16 at 12:02





          I think the answer should be updated, since this is the better answer for modern versions of fedora.

          – Kirk
          Oct 29 '16 at 12:02




          2




          2





          I had to run sudo dnf group install "C Development Tools and Libraries"

          – davidtbernal
          Nov 6 '16 at 21:29





          I had to run sudo dnf group install "C Development Tools and Libraries"

          – davidtbernal
          Nov 6 '16 at 21:29











          10














          The command is yum-builddep. It is included in the yum-utils package.



          sudo yum install yum-utils
          sudo yum-builddep $the_pkg_you_want_to_build





          share|improve this answer


















          • 5





            This does not actually answer the asked question but is none-the-less useful to know

            – Daniel S. Sterling
            Aug 27 '13 at 21:52















          10














          The command is yum-builddep. It is included in the yum-utils package.



          sudo yum install yum-utils
          sudo yum-builddep $the_pkg_you_want_to_build





          share|improve this answer


















          • 5





            This does not actually answer the asked question but is none-the-less useful to know

            – Daniel S. Sterling
            Aug 27 '13 at 21:52













          10












          10








          10







          The command is yum-builddep. It is included in the yum-utils package.



          sudo yum install yum-utils
          sudo yum-builddep $the_pkg_you_want_to_build





          share|improve this answer













          The command is yum-builddep. It is included in the yum-utils package.



          sudo yum install yum-utils
          sudo yum-builddep $the_pkg_you_want_to_build






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 4 '12 at 4:26









          ChadversaryChadversary

          31926




          31926







          • 5





            This does not actually answer the asked question but is none-the-less useful to know

            – Daniel S. Sterling
            Aug 27 '13 at 21:52












          • 5





            This does not actually answer the asked question but is none-the-less useful to know

            – Daniel S. Sterling
            Aug 27 '13 at 21:52







          5




          5





          This does not actually answer the asked question but is none-the-less useful to know

          – Daniel S. Sterling
          Aug 27 '13 at 21:52





          This does not actually answer the asked question but is none-the-less useful to know

          – Daniel S. Sterling
          Aug 27 '13 at 21:52

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f1338%2fwhat-is-the-fedora-equivalent-of-the-debian-build-essential-package%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

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay