How to Install and Uninstall coccinelle Package on openSUSE Leap

Last updated: May 15,2024

1. Install "coccinelle" package

Please follow the instructions below to install coccinelle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install coccinelle

2. Uninstall "coccinelle" package

This tutorial shows how to uninstall coccinelle on openSUSE Leap:

$ sudo zypper remove coccinelle

3. Information about the coccinelle package on openSUSE Leap

Information for package coccinelle:
-----------------------------------
Repository : Main Repository
Name : coccinelle
Version : 1.1.0-150400.1.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 28.8 MiB
Installed : No
Status : not installed
Source package : coccinelle-1.1.0-150400.1.4.src
Upstream URL : http://coccinelle.lip6.fr/
Summary : Semantic patch utility
Description :
Coccinelle is a program matching and transformation engine which
provides the language SmPL (Semantic Patch Language) for specifying
desired matches and transformations in C code. [It does not recognize
C++.]
Coccinelle performs collateral evolutions in software. Such
evolutions comprise the changes that are needed in client code in
response to evolutions in library APIs, and may include modifications
such as renaming a function, adding a function argument whose value
is somehow context-dependent, and reorganizing a data structure.
Beyond collateral evolutions, Coccinelle is used for finding and
fixing bugs in systems code.