How to Install and Uninstall libucommon-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libucommon-dev" package

Learn how to install libucommon-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libucommon-dev

2. Uninstall "libucommon-dev" package

Learn how to uninstall libucommon-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libucommon-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libucommon-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libucommon-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 2604
Maintainer: Ubuntu Developers
Original-Maintainer: Jonas Smedegaard
Architecture: amd64
Source: ucommon
Version: 6.4.4-2ubuntu1
Depends: libucommon7v5 (= 6.4.4-2ubuntu1), libgnutls-dev
Recommends: pkg-config
Suggests: ucommon-doc
Filename: pool/universe/u/ucommon/libucommon-dev_6.4.4-2ubuntu1_amd64.deb
Size: 390976
MD5sum: e830863e6a88038685f69f5cf0f709f8
SHA1: dab2ff93c75602ba52273f4bceca645cddf0e235
SHA256: abc7ce6ab0d3c1816d94f9ce8fdc819144af6b321b846802b543fec32ac8b503
Description-en: lightweight C++ threading and sockets - development files
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 development headers and static libraries.
Description-md5: 63af00b1c01943f007da720666ec31e2
Multi-Arch: same
Homepage: http://www.gnu.org/software/commoncpp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu