How to Install and Uninstall python3.11-pycparser.noarch Package on Oracle Linux 9

Last updated: October 01,2024

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

Please follow the guidelines below to install python3.11-pycparser.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall python3.11-pycparser.noarch on Oracle Linux 9:

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

3. Information about the python3.11-pycparser.noarch package on Oracle Linux 9

Last metadata expiration check: 0:59:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-pycparser
Version : 2.20
Release : 1.el9
Architecture : noarch
Size : 204 k
Source : python3.11-pycparser-2.20-1.el9.src.rpm
Repository : ol9_appstream
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.