How to Install and Uninstall python3-jedi.noarch Package on Rocky Linux 9
Last updated: November 26,2024
1. Install "python3-jedi.noarch" package
Please follow the instructions below to install python3-jedi.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-jedi.noarch
Copied
2. Uninstall "python3-jedi.noarch" package
This tutorial shows how to uninstall python3-jedi.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-jedi.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-jedi.noarch package on Rocky Linux 9
Last metadata expiration check: 2:44:16 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-jedi
Version : 0.18.1
Release : 3.el9
Architecture : noarch
Size : 1.1 M
Source : python-jedi-0.18.1-3.el9.src.rpm
Repository : epel
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.
Available Packages
Name : python3-jedi
Version : 0.18.1
Release : 3.el9
Architecture : noarch
Size : 1.1 M
Source : python-jedi-0.18.1-3.el9.src.rpm
Repository : epel
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.