How to Install and Uninstall python38-pycparser.noarch Package on CentOS Stream 8
Last updated: January 12,2025
1. Install "python38-pycparser.noarch" package
This guide covers the steps necessary to install python38-pycparser.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python38-pycparser.noarch
Copied
2. Uninstall "python38-pycparser.noarch" package
This guide covers the steps necessary to uninstall python38-pycparser.noarch on CentOS Stream 8:
$
sudo dnf remove
python38-pycparser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python38-pycparser.noarch package on CentOS Stream 8
Last metadata expiration check: 1:17:38 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python38-pycparser
Version : 2.19
Release : 3.module_el8+617+b8038191
Architecture : noarch
Size : 138 k
Source : python-pycparser-2.19-3.module_el8+617+b8038191.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 : python38-pycparser
Version : 2.19
Release : 3.module_el8+617+b8038191
Architecture : noarch
Size : 138 k
Source : python-pycparser-2.19-3.module_el8+617+b8038191.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.