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

Last updated: May 06,2024

1. Install "libcunit1-dev" package

This guide covers the steps necessary to install libcunit1-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcunit1-dev

2. Uninstall "libcunit1-dev" package

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

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

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

Package: libcunit1-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 263
Maintainer: Ubuntu Developers
Original-Maintainer: Azat Khuzhin
Architecture: amd64
Source: cunit
Version: 2.1-3-dfsg-2
Depends: libcunit1 (= 2.1-3-dfsg-2)
Suggests: libcunit1-doc (= 2.1-3-dfsg-2)
Filename: pool/universe/c/cunit/libcunit1-dev_2.1-3-dfsg-2_amd64.deb
Size: 54484
MD5sum: fcfc595934e7d2cda79b77e85cc81c85
SHA1: 9e7bbdae1dc9b58c5e2b4e303da01bbc9471bfc3
SHA256: 75636a39f30c253b839e7629346800c53413e7a220e2802c01d2848f6131e773
Description-en: Unit Testing Library for C -- development files
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.
.
This package includes development files for compiling against cunit.
Description-md5: bf6a12d0971ba271fa070c562b72b4d2
Homepage: http://cunit.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu