How to Install and Uninstall python3.11-pycparser.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "python3.11-pycparser.noarch" package

In this section, we are going to explain the necessary steps to install python3.11-pycparser.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3.11-pycparser.noarch

2. Uninstall "python3.11-pycparser.noarch" package

Please follow the instructions below to uninstall python3.11-pycparser.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3.11-pycparser.noarch $ sudo dnf autoremove

3. Information about the python3.11-pycparser.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:25:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-pycparser
Version : 2.20
Release : 1.el8
Architecture : noarch
Size : 147 k
Source : python3.11-pycparser-2.20-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : C parser and AST generator written in Python
URL : http://github.com/eliben/pycparser
License : BSD
Description : pycparser is a complete parser for the C language, written in pure Python.
: It is a module designed to be easily integrated into applications that
: need to parse C source code.