How to Install and Uninstall coccinelle.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "coccinelle.x86_64" package

Here is a brief guide to show you how to install coccinelle.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install coccinelle.x86_64

2. Uninstall "coccinelle.x86_64" package

This guide let you learn how to uninstall coccinelle.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove coccinelle.x86_64 $ sudo dnf autoremove

3. Information about the coccinelle.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:12:36 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : coccinelle
Version : 1.0.7
Release : 8.el8
Architecture : x86_64
Size : 4.3 M
Source : coccinelle-1.0.7-8.el8.src.rpm
Repository : epel
Summary : Semantic patching for Linux (spatch)
URL : http://coccinelle.lip6.fr/
License : GPLv2
Description : Coccinelle is a tool to utilize semantic patches for manipulating C
: code. It was originally designed to ease maintenance of device
: drivers in the Linux kernel.