How to Install and Uninstall python3-parso.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "python3-parso.noarch" package
Please follow the instructions below to install python3-parso.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-parso.noarch
Copied
2. Uninstall "python3-parso.noarch" package
Learn how to uninstall python3-parso.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-parso.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-parso.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:07:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-parso
Version : 0.5.1
Release : 4.el8
Architecture : noarch
Size : 147 k
Source : python-parso-0.5.1-4.el8.src.rpm
Repository : epel
Summary : Parser that supports error recovery and round-trip parsing
URL : https://parso.readthedocs.io
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.
Available Packages
Name : python3-parso
Version : 0.5.1
Release : 4.el8
Architecture : noarch
Size : 147 k
Source : python-parso-0.5.1-4.el8.src.rpm
Repository : epel
Summary : Parser that supports error recovery and round-trip parsing
URL : https://parso.readthedocs.io
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.