How to Install and Uninstall ucpp.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "ucpp.x86_64" package

In this section, we are going to explain the necessary steps to install ucpp.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ucpp.x86_64

2. Uninstall "ucpp.x86_64" package

Please follow the guidance below to uninstall ucpp.x86_64 on Fedora 35:

$ sudo dnf remove ucpp.x86_64 $ sudo dnf autoremove

3. Information about the ucpp.x86_64 package on Fedora 35

Last metadata expiration check: 5:37:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ucpp
Version : 1.3.5
Release : 7.fc35
Architecture : x86_64
Size : 31 k
Source : ucpp-1.3.5-7.fc35.src.rpm
Repository : fedora
Summary : Embeddable, quick, light and fully compliant ISO C99 preprocessor
URL : https://gitlab.com/scarabeusiv/ucpp
License : BSD
Description : A C preprocessor is a part of a C compiler responsible for macro replacement,
: conditional compilation and inclusion of header files. It is often found as
: a stand-alone program on Unix systems.
:
: ucpp is such a preprocessor; it is designed to be quick and light, but anyway
: fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be
: compiled as a stand-alone program, or linked to some other code; in the latter
: case, ucpp will output tokens, one at a time, on demand, as an integrated lexer.