How to Install and Uninstall python3.11-pycparser.noarch Package on AlmaLinux 9
Last updated: November 25,2024
1. Install "python3.11-pycparser.noarch" package
This guide let you learn how to install python3.11-pycparser.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3.11-pycparser.noarch
Copied
2. Uninstall "python3.11-pycparser.noarch" package
Learn how to uninstall python3.11-pycparser.noarch on AlmaLinux 9:
$
sudo dnf remove
python3.11-pycparser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.11-pycparser.noarch package on AlmaLinux 9
Last metadata expiration check: 2:44:14 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3.11-pycparser
Version : 2.20
Release : 1.el9
Architecture : noarch
Size : 146 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 : 146 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.