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

Last updated: October 06,2024

1. Install "python3-pycparser.noarch" package

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

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

2. Uninstall "python3-pycparser.noarch" package

Learn how to uninstall python3-pycparser.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:43:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pycparser
Version : 2.20
Release : 6.el9
Architecture : noarch
Size : 139 k
Source : python-pycparser-2.20-6.el9.src.rpm
Repository : ubi-9-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.