How to Install and Uninstall mcpp Package on Kali Linux

Last updated: May 11,2024

1. Install "mcpp" package

This is a short guide on how to install mcpp on Kali Linux

$ sudo apt update $ sudo apt install mcpp

2. Uninstall "mcpp" package

Learn how to uninstall mcpp on Kali Linux:

$ sudo apt remove mcpp $ sudo apt autoclean && sudo apt autoremove

3. Information about the mcpp package on Kali Linux

Package: mcpp
Source: mcpp (2.7.2-5)
Version: 2.7.2-5+b1
Installed-Size: 44
Maintainer: Kiyoshi Matsui
Architecture: amd64
Depends: libc6 (>= 2.34), libmcpp0
Suggests: mcpp-doc
Size: 15992
SHA256: 6629a6377b31f3f714ee7dac3a9c86a0db91660d076da26435deea195a1d2dfe
SHA1: 0ba6b09fdb2487512b9c8193ac66be79a820f6f4
MD5sum: 86b64d54cf69ef698365d054100c4c36
Description: Alternative C/C++ preprocessor
C/C++ preprocessor defines and expands macros and processes '#if',
'#include' and some other directives.
.
mcpp is an alternative C/C++ preprocessor with the highest conformance.
It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98.
mcpp is especially useful for debugging a source program which uses
complicated macros and also useful for checking portability of a source.
.
Though mcpp could be built as a replacement of GCC's resident
preprocessor or as a stand-alone program without using library build of
mcpp, this package installs only a program named 'mcpp' which links
shared library of mcpp and behaves independent from GCC.
Description-md5:
Homepage: http://mcpp.sourceforge.net/
Tag: devel::debugger, devel::interpreter, devel::lang:c, devel::library,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/m/mcpp/mcpp_2.7.2-5+b1_amd64.deb