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

Last updated: October 14,2024

1. Install "python39-pycparser.noarch" package

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

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

2. Uninstall "python39-pycparser.noarch" package

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

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

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

Last metadata expiration check: 0:36:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-pycparser
Version : 2.20
Release : 3.module+el8.9.0+19644+d68f775d
Architecture : noarch
Size : 131 k
Source : python-pycparser-2.20-3.module+el8.9.0+19644+d68f775d.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.