How to Install and Uninstall python3.12-pycparser.noarch Package on CentOS Stream 9

Last updated: October 07,2024

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

Please follow the guidance below to install python3.12-pycparser.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall python3.12-pycparser.noarch on CentOS Stream 9:

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

3. Information about the python3.12-pycparser.noarch package on CentOS Stream 9

Last metadata expiration check: 0:33:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-pycparser
Version : 2.20
Release : 2.el9
Architecture : noarch
Size : 154 k
Source : python3.12-pycparser-2.20-2.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.