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

Last updated: September 20,2024

1. Install "libcunit1-ncurses" package

Please follow the guidance below to install libcunit1-ncurses on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcunit1-ncurses

2. Uninstall "libcunit1-ncurses" package

This is a short guide on how to uninstall libcunit1-ncurses on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcunit1-ncurses
Priority: optional
Section: universe/libs
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: Azat Khuzhin
Architecture: amd64
Source: cunit
Version: 2.1-3-dfsg-2
Depends: libc6 (>= 2.14), libncurses5 (>= 6), libtinfo5 (>= 6)
Conflicts: libcunit1
Filename: pool/universe/c/cunit/libcunit1-ncurses_2.1-3-dfsg-2_amd64.deb
Size: 33198
MD5sum: ffa3883534b978e9152619a4efe1fbe6
SHA1: 601b6080f40df8abdc42d9b37b8382a626d9ffa6
SHA256: 3c8819cca90b0316f724aba5ecb25a51df8dd25226a502fbf562c1a77b5c2af9
Description-en: Unit Testing Library for C (ncurses)
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 versions includes CUnit curses interface.
Description-md5: a9826cdce132b3b9aa9b34474267b79f
Multi-Arch: same
Homepage: http://cunit.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu