How to Install and Uninstall makepp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "makepp" package

This guide covers the steps necessary to install makepp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install makepp

2. Uninstall "makepp" package

This guide let you learn how to uninstall makepp on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the makepp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: makepp
Priority: optional
Section: universe/devel
Installed-Size: 2159
Maintainer: Ubuntu Developers
Original-Maintainer: Max Vozeler
Architecture: all
Version: 2.0.98.5-1
Depends: perl
Filename: pool/universe/m/makepp/makepp_2.0.98.5-1_all.deb
Size: 686606
MD5sum: a1d0dd300c5b8ffec63f2563a03bc764
SHA1: ffcf513d99a9144a3597fe20d76be327278d5889
SHA256: 306f578adba71bc227825dfad89b67aac1b05b6588eeeedef31fde4f4813023c
Description-en: 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: 2fe888cff15d6a251b5b464a492df56b
Homepage: http://makepp.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu