How to Install and Uninstall python311-parsy Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-parsy" package

This tutorial shows how to install python311-parsy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-parsy

2. Uninstall "python311-parsy" package

This guide covers the steps necessary to uninstall python311-parsy on openSuSE Tumbleweed:

$ sudo zypper remove python311-parsy

3. Information about the python311-parsy package on openSuSE Tumbleweed

Information for package python311-parsy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-parsy
Version : 1.3.0-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 46.5 KiB
Installed : No
Status : not installed
Source package : python-parsy-1.3.0-1.15.src
Upstream URL : https://github.com/python-parsy/parsy
Summary : Python parser combinators
Description :
Easy-to-use parser combinators, for parsing in pure Python.