How to Install and Uninstall python2-parso Package on openSUSE Leap

Last updated: November 26,2024

1. Install "python2-parso" package

This guide covers the steps necessary to install python2-parso on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-parso

2. Uninstall "python2-parso" package

Please follow the guidance below to uninstall python2-parso on openSUSE Leap:

$ sudo zypper remove python2-parso

3. Information about the python2-parso package on openSUSE Leap

Information for package python2-parso:
--------------------------------------
Repository : Main Repository
Name : python2-parso
Version : 0.1.1-bp153.1.45
Arch : noarch
Vendor : openSUSE
Installed Size : 682,3 KiB
Installed : No
Status : not installed
Source package : python-parso-0.1.1-bp153.1.45.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.