How to Install and Uninstall python36-pycparser.noarch Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "python36-pycparser.noarch" package

Please follow the guidance below to install python36-pycparser.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-pycparser.noarch

2. Uninstall "python36-pycparser.noarch" package

Please follow the step by step instructions below to uninstall python36-pycparser.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python36-pycparser.noarch $ sudo yum autoremove

3. Information about the python36-pycparser.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-pycparser
Arch : noarch
Version : 2.14
Release : 2.el7
Size : 738 k
Repo : installed
From repo : epel
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.