yum
Fedora Equivalent to Debian/Ubuntu's build-essential
Submitted by soccerfiend on Sun, 2011-01-23 00:41Anyway, I have grown very used to having certain bundles available to me. For example, on debian or Ubuntu, I would
sudo aptitude install build-essential
to get all of the required packages for compiling software. It seems that Fedora does this a little differently. For the moment, the closest equivalent to build-essential that I could find is:
sudo yum groupinstall "Development Tools" "Development Libraries"
More to follow on my adventures in RPM-land.