How To Install Build Essential On Fedora

[Solved] How To Install Build Essential On Fedora | Shell - Code Explorer | yomemimo.com
Question : build-essential package equivalent for fedora

Answered by : jayesh-vassanani

sudo dnf groupinstall "Development Tools" "Development Libraries"
sudo dnf install make automake gcc gcc-c++ kernel-devel

Source : https://unix.stackexchange.com/questions/1338/what-is-the-fedora-equivalent-of-the-debian-build-essential-package | Last Update : Tue, 10 May 22

Answers related to how to install build essential on fedora

Code Explorer Popular Question For Shell