How to Install and Uninstall coccigrep Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "coccigrep" package

Here is a brief guide to show you how to install coccigrep on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install coccigrep

2. Uninstall "coccigrep" package

This guide let you learn how to uninstall coccigrep on openSuSE Tumbleweed:

$ sudo zypper remove coccigrep

3. Information about the coccigrep package on openSuSE Tumbleweed

Information for package coccigrep:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : coccigrep
Version : 1.20-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 144.6 KiB
Installed : No
Status : not installed
Source package : coccigrep-1.20-4.4.src
Upstream URL : https://github.com/regit/coccigrep
Summary : Semantic grep tool for C, based on coccinelle
Description :
coccigrep is a semantic grep for the C language based on coccinelle. It can be
used to find where a given structure is used in code files. coccigrep depends on
the spatch program which comes with coccinelle.