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

Last updated: May 10,2024

1. Install "libcmocka-dev" package

Please follow the guidelines below to install libcmocka-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcmocka-dev

2. Uninstall "libcmocka-dev" package

In this section, we are going to explain the necessary steps to uninstall libcmocka-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcmocka-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 178
Maintainer: Ubuntu Developers
Original-Maintainer: David Prévot
Architecture: amd64
Source: cmocka
Version: 1.0.1-2
Depends: libcmocka0 (= 1.0.1-2)
Recommends: cmocka-doc
Filename: pool/universe/c/cmocka/libcmocka-dev_1.0.1-2_amd64.deb
Size: 27212
MD5sum: 3d3f93923acd41a2e78f4bc4f4473efc
SHA1: dedbebbe1f11dad1ad425f6ce69e71bc893962f2
SHA256: edb0dcfa14893b0a03375c4fe3b852043ce8fca8f2397cde340562554f6d50eb
Description-en: 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: 103a96bdcded2273bc4354626b9c471a
Homepage: http://cmocka.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu