How to Install and Uninstall python3.11-pycparser.noarch Package on Oracle Linux 9
Last updated: March 01,2025
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
Copied
$
sudo dnf install
python3.11-pycparser.noarch
Copied
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
Copied
$
sudo dnf autoremove
Copied
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.
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.