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

Last updated: May 11,2024

1. Install "mcpp" package

This guide let you learn how to install mcpp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mcpp

2. Uninstall "mcpp" package

Here is a brief guide to show you how to uninstall mcpp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: mcpp
Priority: optional
Section: universe/devel
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Kiyoshi Matsui
Architecture: amd64
Version: 2.7.2-4
Depends: libc6 (>= 2.2.5), libmcpp0
Suggests: mcpp-doc
Filename: pool/universe/m/mcpp/mcpp_2.7.2-4_amd64.deb
Size: 8704
MD5sum: 32e0273bbdb33537d5f2680409fb148e
SHA1: b6711c34a0f93b301c476d7c2834497be2cdb6e8
SHA256: 50f4538ac0ca9ebe45a861c0c191a875f3d443ec5bbd950a0d8c31583ca9c265
Description-en: 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: e38c26d61f373761177b9d1d2964a759
Homepage: http://mcpp.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu