How to Install and Uninstall python311-pycparser Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python311-pycparser" package
This is a short guide on how to install python311-pycparser on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pycparser
Copied
2. Uninstall "python311-pycparser" package
This tutorial shows how to uninstall python311-pycparser on openSuSE Tumbleweed:
$
sudo zypper remove
python311-pycparser
Copied
3. Information about the python311-pycparser package on openSuSE Tumbleweed
Information for package python311-pycparser:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pycparser
Version : 2.21-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 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.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pycparser
Version : 2.21-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 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.