How to Install and Uninstall libucommon8 Package on openSUSE Leap

Last updated: May 03,2024

1. Install "libucommon8" package

This guide let you learn how to install libucommon8 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libucommon8

2. Uninstall "libucommon8" package

Here is a brief guide to show you how to uninstall libucommon8 on openSUSE Leap:

$ sudo zypper remove libucommon8

3. Information about the libucommon8 package on openSUSE Leap

Information for package libucommon8:
------------------------------------
Repository : Main Repository
Name : libucommon8
Version : 7.0.1-bp155.2.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 1000.6 KiB
Installed : No
Status : not installed
Source package : ucommon-7.0.1-bp155.2.17.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.