How to Install and Uninstall make Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "make" package

Please follow the steps below to install make on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install make

2. Uninstall "make" package

Please follow the instructions below to uninstall make on Ubuntu 21.10 (Impish Indri):

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

3. Information about the make package on Ubuntu 21.10 (Impish Indri)

Package: make
Architecture: amd64
Version: 4.3-4ubuntu1
Multi-Arch: allowed
Priority: optional
Section: devel
Source: make-dfsg
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 404
Depends: libc6 (>= 2.27)
Suggests: make-doc
Conflicts: make-guile
Replaces: make-guile
Filename: pool/main/m/make-dfsg/make_4.3-4ubuntu1_amd64.deb
Size: 166680
MD5sum: 088cf1d9c1556d94c64d193ffed6be38
SHA1: 4b932a2b00fdd77f6764b3ef08a55ca42e2577ae
SHA256: ab19a2274c52c5a1159dbd384d09059970dd6c4bd482870d5d3a4e6f233d2b03
SHA512: 0a2e30deade3587f3bf6240f6fa5a1cf2d895762eb005747b45d3bf383497153e4e79d2eb49a607f3b0ee58e8e17fe901c82afa21912cd3e60f18aac93819d27
Homepage: https://www.gnu.org/software/make/
Description-en: 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: 3ef13fe0be8e85cb535b13ff062ae8eb
Task: ubuntustudio-video, ubuntustudio-photography, ubuntu-mate-core, ubuntu-mate-desktop
Build-Essential: yes