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

Last updated: June 18,2024

1. Install "python38-pycparser" package

Please follow the steps below to install python38-pycparser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pycparser

2. Uninstall "python38-pycparser" package

Here is a brief guide to show you how to uninstall python38-pycparser on openSuSE Tumbleweed:

$ sudo zypper remove python38-pycparser

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

Information for package python38-pycparser:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pycparser
Version : 2.21-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-pycparser-2.21-1.1.src
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.