How to Install and Uninstall python3-pycparser.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-pycparser.noarch" package

Please follow the step by step instructions below to install python3-pycparser.noarch on Rocky Linux 8

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

2. Uninstall "python3-pycparser.noarch" package

Please follow the step by step instructions below to uninstall python3-pycparser.noarch on Rocky Linux 8:

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

3. Information about the python3-pycparser.noarch package on Rocky Linux 8

Last metadata expiration check: 1:17:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pycparser
Version : 2.14
Release : 14.el8
Architecture : noarch
Size : 108 k
Source : python-pycparser-2.14-14.el8.src.rpm
Repository : baseos
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.