How to Install and Uninstall csmith Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "csmith" package

Please follow the steps below to install csmith on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install csmith

2. Uninstall "csmith" package

Please follow the step by step instructions below to uninstall csmith on openSuSE Tumbleweed:

$ sudo zypper remove csmith

3. Information about the csmith package on openSuSE Tumbleweed

Information for package csmith:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : csmith
Version : 2.3.0-1.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 861.2 KiB
Installed : No
Status : not installed
Source package : csmith-2.3.0-1.26.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.