How To Install Make?

How To Install Make?

make

Task runner for targets described in Makefile.
Mostly used to control the compilation of an executable from source code.

Maintainer: Manoj Srivastava



Section: devel

Install make

  • Debian apt-get install make Click to copy
  • Ubuntu apt-get install make Click to copy
  • Alpine OS apk add make Click to copy
  • Arch Linux pacman -S make Click to copy
  • Kali Linux apt-get install make Click to copy
  • CentOS yum install make Click to copy
  • Fedora dnf install make Click to copy
  • Raspbian apt-get install make Click to copy
  • macOS brew install make Click to copy
To install the latest version of make in your favorite operating system just copy the make installation command from above and paste it into terminal. It will download and install the latest version of make 2024 package in your OS.