How to Install and Uninstall python3.11-pycparser.noarch Package on CentOS Stream 9
Last updated: January 15,2025
1. Install "python3.11-pycparser.noarch" package
In this section, we are going to explain the necessary steps to install python3.11-pycparser.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3.11-pycparser.noarch
Copied
2. Uninstall "python3.11-pycparser.noarch" package
This is a short guide on how to uninstall python3.11-pycparser.noarch on CentOS Stream 9:
$
sudo dnf remove
python3.11-pycparser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.11-pycparser.noarch package on CentOS Stream 9
Last metadata expiration check: 2:33:39 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.11-pycparser
Version : 2.20
Release : 1.el9
Architecture : noarch
Size : 157 k
Source : python3.11-pycparser-2.20-1.el9.src.rpm
Repository : 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 : 157 k
Source : python3.11-pycparser-2.20-1.el9.src.rpm
Repository : 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.