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

Last updated: June 29,2024

1. Install "python3-jedi.noarch" package

This tutorial shows how to install python3-jedi.noarch on Fedora 34

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

2. Uninstall "python3-jedi.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-jedi.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:16:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-jedi
Version : 0.17.2^20200805git209e271
Release : 2.fc34
Architecture : noarch
Size : 1.0 M
Source : python-jedi-0.17.2^20200805git209e271-2.fc34.src.rpm
Repository : fedora
Summary : An auto completion tool for Python that can be used for text editors
URL : https://jedi.readthedocs.org
License : MIT and ASL 2.0
Description : Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its
: historic focus is autocompletion, but does static analysis for now as well.
: Jedi is fast and is very well tested. It understands Python on a deeper level
: than all other static analysis frameworks for Python.