How to Install and Uninstall coccinelle Package on Kali Linux

Last updated: November 05,2024

1. Install "coccinelle" package

Here is a brief guide to show you how to install coccinelle on Kali Linux

$ sudo apt update $ sudo apt install coccinelle

2. Uninstall "coccinelle" package

Please follow the steps below to uninstall coccinelle on Kali Linux:

$ sudo apt remove coccinelle $ sudo apt autoclean && sudo apt autoremove

3. Information about the coccinelle package on Kali Linux

Package: coccinelle
Source: coccinelle (1.1.1.deb-5)
Version: 1.1.1.deb-5+b1
Installed-Size: 31276
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libparmap-ocaml, ocaml-findlib, libstdcompat-ocaml-v38e5, libstdlib-ocaml-ep7y0, python3:any, libc6 (>= 2.35)
Suggests: coccinelle-doc, vim-addon-manager
Size: 6067008
SHA256: 26c265de6b676522f552fad77b4cd33e7ffa70b5828916de1569740c554b099d
SHA1: 2296ac6591e475a6db2bbae13e7d24e568070210
MD5sum: b5cda43dddfc23efe48bf538bbc68608
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.
Description-md5:
Homepage: http://coccinelle.lip6.fr
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
role::program, uitoolkit::ncurses
Section: devel
Priority: optional
Filename: pool/main/c/coccinelle/coccinelle_1.1.1.deb-5+b1_amd64.deb