How to Install and Uninstall python38-pycparser.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python38-pycparser.noarch" package

Here is a brief guide to show you how to install python38-pycparser.noarch on Oracle Linux 8

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

2. Uninstall "python38-pycparser.noarch" package

This tutorial shows how to uninstall python38-pycparser.noarch on Oracle Linux 8:

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

3. Information about the python38-pycparser.noarch package on Oracle Linux 8

Last metadata expiration check: 5:41:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python38-pycparser
Version : 2.19
Release : 3.module+el8.4.0+20068+32a535e2
Architecture : noarch
Size : 128 k
Source : python-pycparser-2.19-3.module+el8.4.0+20068+32a535e2.src.rpm
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.