How to Install and Uninstall mcpp.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "mcpp.src" package

This is a short guide on how to install mcpp.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mcpp.src

2. Uninstall "mcpp.src" package

Please follow the guidance below to uninstall mcpp.src on Oracle Linux 8:

$ sudo dnf remove mcpp.src $ sudo dnf autoremove

3. Information about the mcpp.src package on Oracle Linux 8

Last metadata expiration check: 1:26:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mcpp
Version : 2.7.2
Release : 20.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_appstream
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.