How to Install and Uninstall python39-pycparser.noarch Package on AlmaLinux 8

Last updated: October 05,2024

1. Install "python39-pycparser.noarch" package

Please follow the guidance below to install python39-pycparser.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install python39-pycparser.noarch

2. Uninstall "python39-pycparser.noarch" package

Please follow the guidelines below to uninstall python39-pycparser.noarch on AlmaLinux 8:

$ sudo dnf remove python39-pycparser.noarch $ sudo dnf autoremove

3. Information about the python39-pycparser.noarch package on AlmaLinux 8

Last metadata expiration check: 0:14:56 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python39-pycparser
Version : 2.20
Release : 3.module_el8.6.0+2780+a40f65e1
Architecture : noarch
Size : 129 k
Source : python-pycparser-2.20-3.module_el8.6.0+2780+a40f65e1.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.