How to Install and Uninstall python312-jedi Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python312-jedi" package

In this section, we are going to explain the necessary steps to install python312-jedi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-jedi

2. Uninstall "python312-jedi" package

Learn how to uninstall python312-jedi on openSuSE Tumbleweed:

$ sudo zypper remove python312-jedi

3. Information about the python312-jedi package on openSuSE Tumbleweed

Information for package python312-jedi:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-jedi
Version : 0.19.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 5.7 MiB
Installed : No
Status : not installed
Source package : python-jedi-0.19.1-1.4.src
Upstream URL : https://github.com/davidhalter/jedi
Summary : An autocompletion tool for Python
Description :
Jedi is a static analysis tool for Python that can be used in
IDEs/editors. Its focus is autocompletion and static
analysis.
Jedi has support for two different goto functions. It's possible to
search for related names and to list all names in a Python file and
infer them. Jedi understands docstrings and you can use Jedi
autocompletion in your REPL as well.
Jedi uses an API to connect with IDEs. There is a reference
implementation as a VIM plugin which uses Jedi's autocompletion.