How to Install and Uninstall libucommon7v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libucommon7v5" package

Here is a brief guide to show you how to install libucommon7v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libucommon7v5

2. Uninstall "libucommon7v5" package

This guide covers the steps necessary to uninstall libucommon7v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libucommon7v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libucommon7v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libucommon7v5
Priority: optional
Section: universe/libs
Installed-Size: 895
Maintainer: Ubuntu Developers
Original-Maintainer: Jonas Smedegaard
Architecture: amd64
Source: ucommon
Version: 6.4.4-2ubuntu1
Replaces: libucommon7
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libgnutls30 (>= 3.4.2), libstdc++6 (>= 5.2)
Suggests: ucommon-utils
Conflicts: libucommon7
Filename: pool/universe/u/ucommon/libucommon7v5_6.4.4-2ubuntu1_amd64.deb
Size: 246114
MD5sum: 92b628262a1acf9bdcb165199a11430e
SHA1: 3ce3f034c8a9918d6cb120979e613765b61d4b58
SHA256: ed8f0c02560de095c5b8ecfdd05b370d25854f35e3a3dfbcff5a43ddd9d91cf8
Description-en: lightweight C++ threading and sockets - shared libraries
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.
.
This package contains the shared libraries.
Description-md5: 64722b65b91a51d0c92f3e4c85215b16
Multi-Arch: same
Homepage: http://www.gnu.org/software/commoncpp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu