What is the Fedora equivalent of the Debian build-essential package?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
The closest equivalent would probably be to install the below packages:
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.
|
|||
|
|
|
The command is yum-builddep. It is included in the yum-utils package.
|
|||
|
|