How to Install and Uninstall python39-pycparser Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "python39-pycparser" package

Please follow the guidelines below to install python39-pycparser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pycparser

2. Uninstall "python39-pycparser" package

In this section, we are going to explain the necessary steps to uninstall python39-pycparser on openSuSE Tumbleweed:

$ sudo zypper remove python39-pycparser

3. Information about the python39-pycparser package on openSuSE Tumbleweed

Information for package python39-pycparser:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pycparser
Version : 2.21-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-pycparser-2.21-2.6.src
Upstream URL : https://github.com/eliben/pycparser
Summary : C parser in Python
Description :
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.