How to Install and Uninstall libcunit1-dev Package on Kali Linux

Last updated: May 06,2024

1. Install "libcunit1-dev" package

This guide let you learn how to install libcunit1-dev on Kali Linux

$ sudo apt update $ sudo apt install libcunit1-dev

2. Uninstall "libcunit1-dev" package

Please follow the guidance below to uninstall libcunit1-dev on Kali Linux:

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

3. Information about the libcunit1-dev package on Kali Linux

Package: libcunit1-dev
Source: cunit
Version: 2.1-3-dfsg-2.7
Installed-Size: 274
Maintainer: Azat Khuzhin
Architecture: amd64
Depends: libcunit1 (= 2.1-3-dfsg-2.7)
Suggests: libcunit1-doc (= 2.1-3-dfsg-2.7)
Size: 61768
SHA256: 01780cbf94e882202780491f0aae8056e05213cbd080300554a130a7bd80df8f
SHA1: 4077696a64a8432ee1b598effa249e02ac223e19
MD5sum: 82025be4c054a7910e4f252c1bb689ad
Description: 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:
Multi-Arch: same
Homepage: http://cunit.sourceforge.net/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
role::shared-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cunit/libcunit1-dev_2.1-3-dfsg-2.7_amd64.deb