How to Install and Uninstall ucommon-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "ucommon-utils" package

This tutorial shows how to install ucommon-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ucommon-utils

2. Uninstall "ucommon-utils" package

Please follow the step by step instructions below to uninstall ucommon-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ucommon-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the ucommon-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ucommon-utils
Priority: optional
Section: universe/utils
Installed-Size: 200
Maintainer: Ubuntu Developers
Original-Maintainer: Jonas Smedegaard
Architecture: amd64
Source: ucommon
Version: 6.4.4-2ubuntu1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), libucommon7v5
Filename: pool/universe/u/ucommon/ucommon-utils_6.4.4-2ubuntu1_amd64.deb
Size: 37888
MD5sum: 8c7ed0f7b2301316aeee5467bd9d7391
SHA1: 07cbf641a9a6493d2ea92ddf6dd13ccf8ff7f2cd
SHA256: eaee3e7ead828a4b5314e6d3144023381915ae1b592f46bdf296aa89864bb2d8
Description-en: lightweight C++ threading and sockets - utilities
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 following utilities included as part of the
GNU uCommon C++ project:
* args
* car
* keywait
* mdsum
* scrub
* sockaddr
* zerofill
Description-md5: 6272f28c456a571b8537cf7dfe8288cd
Homepage: http://www.gnu.org/software/commoncpp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu