How to Install and Uninstall libucommon8 Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "libucommon8" package

Learn how to install libucommon8 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libucommon8

2. Uninstall "libucommon8" package

This tutorial shows how to uninstall libucommon8 on openSuSE Tumbleweed:

$ sudo zypper remove libucommon8

3. Information about the libucommon8 package on openSuSE Tumbleweed

Information for package libucommon8:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libucommon8
Version : 7.0.1-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 980.9 KiB
Installed : No
Status : not installed
Source package : ucommon-7.0.1-2.2.src
Upstream URL : http://www.gnu.org/software/commoncpp
Summary : GNU uCommon Runtime library for portable C++ threading and sockets
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.