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

Last updated: October 04,2024

1. Install "libcunit1" package

Please follow the steps below to install libcunit1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcunit1

2. Uninstall "libcunit1" package

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

$ sudo apt remove libcunit1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libcunit1
Priority: optional
Section: universe/libs
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Azat Khuzhin
Architecture: amd64
Source: cunit
Version: 2.1-3-dfsg-2
Depends: libc6 (>= 2.14)
Filename: pool/universe/c/cunit/libcunit1_2.1-3-dfsg-2_amd64.deb
Size: 26934
MD5sum: 8dda89ce7d6f0b0b12562e1af257a10b
SHA1: f1827b9e03e696f5ec1b2d690fc2d8d7cc97830a
SHA256: 44f5230c07144700701bea3914629cc86c5c48f1b00098c6d129ed22b1bde0bd
Description-en: Unit Testing Library for C
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
Description-md5: d0b137bee12b1343ccbd0196c105fe5e
Multi-Arch: same
Homepage: http://cunit.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu