yum equivalent for apt’s build-essential

Just now I’ve installed Fedora 16 on my desktop. Normally I use Ubuntu (or Xubuntu rather). Because I’m a developer I need to have several build tools installed for compiling. On Ubuntu one of the first things I always do is a sudo apt-get install build-essential.

On Fedora, this is a little different. First of all, you’ve got to use the yum command line application. After some searching I found the following equivalent for build-essential.

sudo yum groupinstall “Development Tools”

12 thoughts on “yum equivalent for apt’s build-essential”

  1. Not sure if you’ve read my other posts (yet), but I’m now using Ubuntu 11.10. Fedora 16 just proved to be too unstable for me to be able to actually use it. For some reason the Live CD (or rather USB :-P) seemed a lot more stable.

  2. Hi. I’m not sure if this is still up-to-date. Please let me know if it did or didn’t work so I can update accordingly.

  3. I had installed many packages for development, so I don’t know if
    yum groupinstall “Development Tools”
    can really fix the problems.

  4. Aiswarya Vinayachandran

    [root@localhost ~]# sudo yum groupinstall “Development Tools”
    Yum command has been deprecated, redirecting to ‘/usr/bin/dnf groupinstall “Development Tools”’.
    See ‘man dnf’ and ‘man yum2dnf’ for more information.
    To transfer transaction metadata from yum to DNF, run:
    ‘dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate’

    Last metadata expiration check performed 0:30:34 ago on Fri Sep 4 12:45:50 2015.
    Warning: Group ‘“Development’ does not exist.
    Warning: Group ‘Tools”’ does not exist.
    Error: Nothing to do.

    this is what i am getting as o/p for sudo yum groupinstall “Development Tools”

  5. Looks like Yum is no longer being used. No clue what you’re supposed to do now, haven’t used Fedora since this last post.

Comments are closed.

Scroll to Top