How to Install and Uninstall smatch Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "smatch" package

Please follow the step by step instructions below to install smatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install smatch

2. Uninstall "smatch" package

Please follow the instructions below to uninstall smatch on openSuSE Tumbleweed:

$ sudo zypper remove smatch

3. Information about the smatch package on openSuSE Tumbleweed

Information for package smatch:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : smatch
Version : 1.73+20240222-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.3 MiB
Installed : No
Status : not installed
Source package : smatch-1.73+20240222-1.1.src
Upstream URL : http://smatch.sf.net
Summary : Static analysis tool for C
Description :
Smatch is a static analysis tool for C. Most of the checks are for the linux
kernel. Please write checks for your project. It's fun and easy!