How to Install and Uninstall ucommon.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "ucommon.x86_64" package

Please follow the instructions below to install ucommon.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ucommon.x86_64

2. Uninstall "ucommon.x86_64" package

Please follow the instructions below to uninstall ucommon.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ucommon.x86_64 $ sudo dnf autoremove

3. Information about the ucommon.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:27:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ucommon
Version : 7.0.0
Release : 20.el9
Architecture : x86_64
Size : 323 k
Source : ucommon-7.0.0-20.el9.src.rpm
Repository : epel
Summary : Portable C++ framework for threads and sockets
URL : http://www.gnu.org/software/commoncpp
License : LGPL-3.0-or-later
Description : GNU uCommon C++ is a lightweight library to facilitate using C++ design
: patterns even for very deeply embedded applications, such as for systems using
: uclibc along with POSIX threading support. For this reason, uCommon disables
: language features that consume memory or introduce runtime overhead. UCommon
: introduces some design patterns from Objective-C, such as reference counted
: objects, memory pools, and smart pointers. UCommon introduces some new concepts
: for handling of thread locking and synchronization. Starting with release
: 5.0, GNU uCommon also bundles GNU Common C++ libraries.