How to Install and Uninstall python3-pycparser Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-pycparser" package

Please follow the step by step instructions below to install python3-pycparser on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pycparser

2. Uninstall "python3-pycparser" package

This tutorial shows how to uninstall python3-pycparser on openSUSE Leap:

$ sudo zypper remove python3-pycparser

3. Information about the python3-pycparser package on openSUSE Leap

Information for package python3-pycparser:
------------------------------------------
Repository : Main Repository
Name : python3-pycparser
Version : 2.17-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-pycparser-2.17-3.2.1.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.