How to Install and Uninstall coccigrep Package on openSUSE Leap

Last updated: May 19,2024

1. Install "coccigrep" package

In this section, we are going to explain the necessary steps to install coccigrep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install coccigrep

2. Uninstall "coccigrep" package

Please follow the guidance below to uninstall coccigrep on openSUSE Leap:

$ sudo zypper remove coccigrep

3. Information about the coccigrep package on openSUSE Leap

Information for package coccigrep:
----------------------------------
Repository : Main Repository
Name : coccigrep
Version : 1.20-bp155.3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 122.0 KiB
Installed : No
Status : not installed
Source package : coccigrep-1.20-bp155.3.7.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.