How to Install and Uninstall python3-jedi.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jedi.noarch" package

Please follow the instructions below to install python3-jedi.noarch on CentOS Stream 8

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

2. Uninstall "python3-jedi.noarch" package

Please follow the steps below to uninstall python3-jedi.noarch on CentOS Stream 8:

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

3. Information about the python3-jedi.noarch package on CentOS Stream 8

Last metadata expiration check: 0:45:40 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-jedi
Version : 0.15.1
Release : 1.el8
Architecture : noarch
Size : 908 k
Source : python-jedi-0.15.1-1.el8.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
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.