How to Install and Uninstall libcmocka0-32bit Package on openSUSE Leap
Last updated: December 26,2024
1. Install "libcmocka0-32bit" package
This guide covers the steps necessary to install libcmocka0-32bit on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
libcmocka0-32bit
Copied
2. Uninstall "libcmocka0-32bit" package
Please follow the steps below to uninstall libcmocka0-32bit on openSUSE Leap:
$
sudo zypper remove
libcmocka0-32bit
Copied
3. Information about the libcmocka0-32bit package on openSUSE Leap
Information for package libcmocka0-32bit:
-----------------------------------------
Repository : Main Repository
Name : libcmocka0-32bit
Version : 1.1.5-150400.3.2.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 45.3 KiB
Installed : No
Status : not installed
Source package : cmocka-1.1.5-150400.3.2.3.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.
-----------------------------------------
Repository : Main Repository
Name : libcmocka0-32bit
Version : 1.1.5-150400.3.2.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 45.3 KiB
Installed : No
Status : not installed
Source package : cmocka-1.1.5-150400.3.2.3.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.