How to Install and Uninstall python36-parso Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python36-parso" package

Learn how to install python36-parso on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-parso

2. Uninstall "python36-parso" package

Please follow the step by step instructions below to uninstall python36-parso on openSuSE Tumbleweed:

$ sudo zypper remove python36-parso

3. Information about the python36-parso package on openSuSE Tumbleweed

Information for package python36-parso:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-parso
Version : 0.8.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 732,0 KiB
Installed : No
Status : not installed
Source package : python-parso-0.8.3-1.1.src
Summary : An autocompletion tool for Python
Description :
Parso is a Python parser that supports error recovery and round-trip
parsing for different Python versions (in multiple Python
versions). Parso is also able to list multiple syntax errors in your
python file.
Parso has been battle-tested by jedi. It was pulled out of jedi to be
useful for other projects as well.
Parso consists of a small API to parse Python and analyse the syntax
tree.