How to Install and Uninstall mcpp.x86_64 Package on Fedora 39

Last updated: September 22,2024

1. Install "mcpp.x86_64" package

Here is a brief guide to show you how to install mcpp.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install mcpp.x86_64

2. Uninstall "mcpp.x86_64" package

Here is a brief guide to show you how to uninstall mcpp.x86_64 on Fedora 39:

$ sudo dnf remove mcpp.x86_64 $ sudo dnf autoremove

3. Information about the mcpp.x86_64 package on Fedora 39

Last metadata expiration check: 4:52:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mcpp
Version : 2.7.2
Release : 34.fc39
Architecture : x86_64
Size : 27 k
Source : mcpp-2.7.2-34.fc39.src.rpm
Repository : fedora
Summary : Alternative C/C++ preprocessor
URL : http://mcpp.sourceforge.net/
License : BSD
Description : 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.