How to Install and Uninstall python3-pycparser.noarch Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "python3-pycparser.noarch" package
In this section, we are going to explain the necessary steps to install python3-pycparser.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-pycparser.noarch
Copied
2. Uninstall "python3-pycparser.noarch" package
This guide let you learn how to uninstall python3-pycparser.noarch on Oracle Linux 8:
$
sudo dnf remove
python3-pycparser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pycparser.noarch package on Oracle Linux 8
Last metadata expiration check: 3:31:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pycparser
Version : 2.14
Release : 14.el8
Architecture : noarch
Size : 109 k
Source : python-pycparser-2.14-14.el8.src.rpm
Repository : ol8_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.
Available Packages
Name : python3-pycparser
Version : 2.14
Release : 14.el8
Architecture : noarch
Size : 109 k
Source : python-pycparser-2.14-14.el8.src.rpm
Repository : ol8_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.