How to Install and Uninstall python3-parso.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-parso.noarch" package

Please follow the step by step instructions below to install python3-parso.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-parso.noarch

2. Uninstall "python3-parso.noarch" package

This guide let you learn how to uninstall python3-parso.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-parso.noarch $ sudo dnf autoremove

3. Information about the python3-parso.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:11:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-parso
Version : 0.8.3
Release : 1.el9
Architecture : noarch
Size : 150 k
Source : python-parso-0.8.3-1.el9.src.rpm
Repository : epel
Summary : Parser that supports error recovery and round-trip parsing
URL : https://github.com/davidhalter/parso
License : MIT and 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.