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

Last updated: October 08,2024

1. Install "python3-pycparser.noarch" package

Please follow the guidance below to install python3-pycparser.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-pycparser.noarch" package

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

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

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

Last metadata expiration check: 0:19:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-pycparser
Version : 2.14
Release : 14.el8
Architecture : noarch
Size : 109 k
Source : python-pycparser-2.14-14.el8.src.rpm
Repository : ubi-8-baseos-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.