How to Install and Uninstall libcheck0-32bit Package on openSUSE Leap

Last updated: January 12,2025

1. Install "libcheck0-32bit" package

Please follow the guidelines below to install libcheck0-32bit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libcheck0-32bit

2. Uninstall "libcheck0-32bit" package

This tutorial shows how to uninstall libcheck0-32bit on openSUSE Leap:

$ sudo zypper remove libcheck0-32bit

3. Information about the libcheck0-32bit package on openSUSE Leap

Information for package libcheck0-32bit:
----------------------------------------
Repository : Main Repository
Name : libcheck0-32bit
Version : 0.11.0-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 41.7 KiB
Installed : No
Status : not installed
Source package : check-0.11.0-1.26.src
Upstream URL : https://libcheck.github.io/check/
Summary : Unit Test Framework for C
Description :
Check is a unit test framework for C. It features a simple interface for
defining unit tests, limitating the developer the less possible. Tests
are run in a separate address space, so Check cancatch both, assertion
failures and code errors that cause segmentationfaults or other
signals. The output of unit tests can be used within source code
editors and IDEs.