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

Last updated: November 27,2024

1. Install "python39-pycparser.noarch" package

This is a short guide on how to install python39-pycparser.noarch on Oracle Linux 8

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

2. Uninstall "python39-pycparser.noarch" package

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

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

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

Last metadata expiration check: 1:53:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python39-pycparser
Version : 2.20
Release : 3.module+el8.4.0+20109+b7b1db01
Architecture : noarch
Size : 130 k
Source : python-pycparser-2.20-3.module+el8.4.0+20109+b7b1db01.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.