How to Install and Uninstall python-pycparser.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python-pycparser.src" package

This is a short guide on how to install python-pycparser.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-pycparser.src

2. Uninstall "python-pycparser.src" package

Please follow the guidelines below to uninstall python-pycparser.src on Oracle Linux 9:

$ sudo dnf remove python-pycparser.src $ sudo dnf autoremove

3. Information about the python-pycparser.src package on Oracle Linux 9

Last metadata expiration check: 3:32:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pycparser
Version : 2.20
Release : 6.0.1.el9
Architecture : src
Size : 282 k
Source : None
Repository : ol9_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.

Name : python-pycparser
Version : 2.20
Release : 6.0.1.el9
Architecture : src
Size : 282 k
Source : None
Repository : ol9_baseos_latest
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.