How to Install and Uninstall ucpp-devel.i686 Package on Fedora 39

Last updated: October 11,2024

1. Install "ucpp-devel.i686" package

Please follow the instructions below to install ucpp-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install ucpp-devel.i686

2. Uninstall "ucpp-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall ucpp-devel.i686 on Fedora 39:

$ sudo dnf remove ucpp-devel.i686 $ sudo dnf autoremove

3. Information about the ucpp-devel.i686 package on Fedora 39

Last metadata expiration check: 5:05:35 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ucpp-devel
Version : 1.3.5
Release : 11.fc39
Architecture : i686
Size : 19 k
Source : ucpp-1.3.5-11.fc39.src.rpm
Repository : fedora
Summary : Development files for libucpp Library
URL : https://gitlab.com/scarabeusiv/ucpp
License : BSD
Description : libucpp is an ISO standard 9899:1999 compliant preprocessing library for C
: code. It will output tokens, one at a time, on demand, as an integrated lexer.
:
: This package contains the development files for the library.