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

Last updated: May 03,2024

1. Install "python-pycparser.src" package

Please follow the guidance below to install python-pycparser.src on Oracle Linux 8

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

2. Uninstall "python-pycparser.src" package

This tutorial shows how to uninstall python-pycparser.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:52:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pycparser
Version : 2.20
Release : 3.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 283 k
Source : None
Repository : ol8_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.