How to Install and Uninstall makepp Package on Kali Linux

Last updated: May 11,2024

1. Install "makepp" package

Here is a brief guide to show you how to install makepp on Kali Linux

$ sudo apt update $ sudo apt install makepp

2. Uninstall "makepp" package

Please follow the instructions below to uninstall makepp on Kali Linux:

$ sudo apt remove makepp $ sudo apt autoclean && sudo apt autoremove

3. Information about the makepp package on Kali Linux

Package: makepp
Version: 2.0.98.5-2.1
Installed-Size: 2166
Maintainer: Max Vozeler
Architecture: all
Depends: perl:any
Size: 768140
SHA256: 156a03c284b887ed59e328c93f27aea7a7c2267c51ad8a052641ef4c371dc5dd
SHA1: 47aa81176c820df78405f34fed0ed87c7a5df71d
MD5sum: f4f805f01429c5a496e6009ceeb992e0
Description: GNU make compatible but reliable and simpler build tool
Makepp, a build program which has a number of features that allow for reliable
builds and simpler build files, is a drop-in replacement for GNU make. It
supports almost all of the syntax that GNU make supports, and can be used with
makefiles produced by utilities such as automake. It is called makepp (or
make++) because it was designed with special support for C++, which has since
been extended to other languages like Swig or embedded SQL.
.
Some features that makepp adds to make are: greatly improved handling of
builds that involve multiple makefiles (recursive make is no longer necessary);
automatic scanning for include files; rebuilds triggered if build command
changes; checksum-based signature methods for reliable builds, smart enough to
ignore whitespace or comment changes; extensibility through perl (within your
makefile); repositories (automatically importing files from another tree);
build caches (not recompiling identically what a user of the same cache already
did).
Description-md5:
Homepage: http://makepp.sourceforge.net/
Section: devel
Priority: optional
Filename: pool/main/m/makepp/makepp_2.0.98.5-2.1_all.deb