How to Install and Uninstall coccinelle Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "coccinelle" package

This tutorial shows how to install coccinelle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coccinelle

2. Uninstall "coccinelle" package

This guide covers the steps necessary to uninstall coccinelle on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the coccinelle package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: coccinelle
Priority: optional
Section: universe/devel
Installed-Size: 7608
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 1.0.4.deb-2
Depends: libc6 (>= 2.15), libpcre3, libpython2.7 (>= 2.7), libpcre-ocaml-ljf26, ocaml-base-nox-4.02.3, python:any (>= 2.7.5-5~), python-gobject-2, python-gtk2, python-glade2, ocaml-findlib, libpycaml-ocaml, libparmap-ocaml
Pre-Depends: dpkg (>= 1.17.14)
Suggests: vim-addon-manager, coccinelle-doc
Filename: pool/universe/c/coccinelle/coccinelle_1.0.4.deb-2_amd64.deb
Size: 1744928
MD5sum: 7b8563f65f62ff7d0b19c11df15633ef
SHA1: 975f9f9c4e8ecc83e8a403db1900af8b38c55bff
SHA256: d846c80b3cb52d9bd25112746d694a48db57cc27678e2c07133406d577916340
Description-en: semantic patching tool for C
Cocinelle 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: b0fd258b23a1288e04020ec7168db4aa
Homepage: http://coccinelle.lip6.fr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu