How to Install and Uninstall make Package on Kali Linux

Last updated: May 21,2024

1. Install "make" package

Please follow the instructions below to install make on Kali Linux

$ sudo apt update $ sudo apt install make

2. Uninstall "make" package

Learn how to uninstall make on Kali Linux:

$ sudo apt remove make $ sudo apt autoclean && sudo apt autoremove

3. Information about the make package on Kali Linux

Package: make
Source: make-dfsg
Version: 4.3-4.1
Installed-Size: 1592
Maintainer: Manoj Srivastava
Architecture: amd64
Replaces: make-guile
Depends: libc6 (>= 2.27)
Suggests: make-doc
Conflicts: make-guile
Size: 395632
SHA256: a1a83af8cbd854af887b72ad196b1f4af58387815e21ced1000253a116a46e2a
SHA1: 3178850c82672525244b750776815e2ff4551fc2
MD5sum: ad23a28085ea694f6677b80baca3ff34
Description: utility for directing compilation
GNU Make is a utility which controls the generation of executables
and other target files of a program from the program's source
files. It determines automatically which pieces of a large program
need to be (re)created, and issues the commands to (re)create
them. Make can be used to organize any task in which targets (files)
are to be automatically updated based on input files whenever the
corresponding input is newer --- it is not limited to building
computer programs. Indeed, Make is a general purpose dependency
solver.
Description-md5:
Multi-Arch: allowed
Homepage: https://www.gnu.org/software/make/
Build-Essential: yes
Tag: devel::buildtools, implemented-in::c, interface::commandline,
role::program, scope::utility, suite::gnu, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb