How to Install and Uninstall python39-pycparser.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "python39-pycparser.noarch" package
Learn how to install python39-pycparser.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python39-pycparser.noarch
Copied
2. Uninstall "python39-pycparser.noarch" package
This tutorial shows how to uninstall python39-pycparser.noarch on Rocky Linux 8:
$
sudo dnf remove
python39-pycparser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python39-pycparser.noarch package on Rocky Linux 8
Last metadata expiration check: 0:27:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python39-pycparser
Version : 2.20
Release : 3.module+el8.4.0+574+843c4898
Architecture : noarch
Size : 129 k
Source : python-pycparser-2.20-3.module+el8.4.0+574+843c4898.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 : python39-pycparser
Version : 2.20
Release : 3.module+el8.4.0+574+843c4898
Architecture : noarch
Size : 129 k
Source : python-pycparser-2.20-3.module+el8.4.0+574+843c4898.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.