How to Install and Uninstall csmith Package on openSUSE Leap

Last updated: May 20,2024

1. Install "csmith" package

Please follow the steps below to install csmith on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install csmith

2. Uninstall "csmith" package

This guide let you learn how to uninstall csmith on openSUSE Leap:

$ sudo zypper remove csmith

3. Information about the csmith package on openSUSE Leap

Information for package csmith:
-------------------------------
Repository : Main Repository
Name : csmith
Version : 2.3.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.0 MiB
Installed : No
Status : not installed
Source package : csmith-2.3.0-bp155.2.11.src
Upstream URL : https://github.com/csmith-project/csmith
Summary : Random C code generator
Description :
Csmith is a tool that can generate random C programs that statically and
dynamically conform to the C99 standard. It is useful for stress-testing
compilers, static analyzers, and other tools that process C code.