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

Last updated: May 10,2024

1. Install "libcmocka-dev" package

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

$ sudo apt update $ sudo apt install libcmocka-dev

2. Uninstall "libcmocka-dev" package

This guide covers the steps necessary to uninstall libcmocka-dev on Kali Linux:

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

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

Package: libcmocka-dev
Source: cmocka
Version: 1.1.7-3
Installed-Size: 114
Maintainer: David Prévot
Architecture: amd64
Depends: libcmocka0 (= 1.1.7-3)
Recommends: cmocka-doc
Size: 20416
SHA256: aa618919a1d431fbf59d0eb659b4b9acd0f29ca12d78116d3c45833c90e06bc0
SHA1: 1c00b04ccc3308ef4e4df4f061a1429bcfd14caa
MD5sum: aed2a92757bf68cca95ef99494f2ddc6
Description: development files for the CMocka unit testing framework
This package contains the library development files for CMocka.
.
The idea of CMocka is that a test application only requires the
standard C library and the CMocka library itself to minimize conflicts
with standard C headers especially on a lot of different platforms.
.
Features:
* Easy to use framework to write unit tests
* Support for mock objects
* Testing of memory leaks, buffer overflows and underflows
* Platform and compiler independent
Description-md5:
Multi-Arch: same
Homepage: https://cmocka.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cmocka/libcmocka-dev_1.1.7-3_amd64.deb