How to Install and Uninstall libcmocka0 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libcmocka0" package

Please follow the instructions below to install libcmocka0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcmocka0

2. Uninstall "libcmocka0" package

In this section, we are going to explain the necessary steps to uninstall libcmocka0 on openSuSE Tumbleweed:

$ sudo zypper remove libcmocka0

3. Information about the libcmocka0 package on openSuSE Tumbleweed

Information for package libcmocka0:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libcmocka0
Version : 1.1.7-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 62.8 KiB
Installed : No
Status : not installed
Source package : cmocka-1.1.7-3.2.src
Upstream URL : https://cmocka.org
Summary : Lightweight library to simplify and generalize unit tests for C
Description :
cmocka is an elegant unit testing framework for C with support for mock
objects. It only requires the standard C library, works on a range of computing
platforms (including embedded) and with different compilers.
Features:
* Support for mock objects
* Only requires the C library
* Several supported output formats (Subunit, TAP, jUnit XML)
* Fully documented API
* Test fixtures
* Exception handling for signals (SIGSEGV, SIGILL, ...)
* No fork() used
* Very well tested
* Testing of memory leaks, buffer overflows and underflows.
Also, CMocka tries to avoid the use of some of the newer features of C
compilers.