How to Install and Uninstall commoncpp2.i686 Package on Fedora 34

Last updated: July 01,2024

1. Install "commoncpp2.i686" package

Please follow the guidelines below to install commoncpp2.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install commoncpp2.i686

2. Uninstall "commoncpp2.i686" package

Here is a brief guide to show you how to uninstall commoncpp2.i686 on Fedora 34:

$ sudo dnf remove commoncpp2.i686 $ sudo dnf autoremove

3. Information about the commoncpp2.i686 package on Fedora 34

Last metadata expiration check: 5:42:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : commoncpp2
Version : 1.8.1
Release : 24.fc34
Architecture : i686
Size : 255 k
Source : commoncpp2-1.8.1-24.fc34.src.rpm
Repository : fedora
Summary : GNU Common C++ class framework
URL : http://www.gnu.org/software/commoncpp/
License : GPLv2+ with exceptions
Description : GNU Common C++ is a portable and highly optimized class framework for writing
: C++ applications that need to use threads, sockets, XML parsing,
: serialization, config files, etc. This framework offers a class foundation
: that hides platform differences from your C++ application so that you need
: not write platform specific code. GNU Common C++ has been ported to compile
: natively on most platforms which support posix threads.