How to Install and Uninstall python3-parso.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-parso.noarch" package

Please follow the steps below to install python3-parso.noarch on Fedora 34

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

2. Uninstall "python3-parso.noarch" package

Please follow the instructions below to uninstall python3-parso.noarch on Fedora 34:

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

3. Information about the python3-parso.noarch package on Fedora 34

Last metadata expiration check: 0:33:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-parso
Version : 0.8.0
Release : 3.fc34
Architecture : noarch
Size : 148 k
Source : python-parso-0.8.0-3.fc34.src.rpm
Repository : fedora
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.