How to Install and Uninstall cmocka-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "cmocka-doc" package

Please follow the step by step instructions below to install cmocka-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cmocka-doc

2. Uninstall "cmocka-doc" package

This guide let you learn how to uninstall cmocka-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cmocka-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the cmocka-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cmocka-doc
Priority: extra
Section: universe/doc
Installed-Size: 543
Maintainer: Ubuntu Developers
Original-Maintainer: David Prévot
Architecture: all
Source: cmocka
Version: 1.0.1-2
Depends: libjs-jquery
Filename: pool/universe/c/cmocka/cmocka-doc_1.0.1-2_all.deb
Size: 53430
MD5sum: eb3f4cec9ed44999e7ad897d672f338a
SHA1: c03ee9a5fb2b71782a67040fc32ab12e1033da77
SHA256: 495e96bf0af18b0c341b4d029a6c975087648905af6bd90cec3584995716e89f
Description-en: documentation for the CMocka unit testing framework
This package contains the documentation and examples 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: 1e4267f520b0334af6aa2a4b13b4ab65
Homepage: http://cmocka.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu