How to Install coccinelle in Ubuntu 18.04



Install coccinelle by entering the following commands in the terminal:

sudo apt update
sudo apt install coccinelle

Description:

semantic patching tool for C

Coccinelle is a program matching and transformation tool for C. The programmer describes the code to match and the transformation to perform as a semantic patch, which looks like a standard patch, but can transform multiple files at any number of code sites.

Homepage: http://coccinelle.lip6.fr

Version: 1.0.4.deb-3build4

Section: universe/devel