How to Install and Uninstall python3-jedi Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-jedi" package

In this section, we are going to explain the necessary steps to install python3-jedi on Kali Linux

$ sudo apt update $ sudo apt install python3-jedi

2. Uninstall "python3-jedi" package

Please follow the instructions below to uninstall python3-jedi on Kali Linux:

$ sudo apt remove python3-jedi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-jedi package on Kali Linux

Package: python3-jedi
Source: python-jedi
Version: 0.19.1+ds1-1
Installed-Size: 5504
Maintainer: Piotr Ożarowski
Architecture: all
Depends: python3-parso (>= 0.3), python3:any, python3-typeshed
Size: 690636
SHA256: fc30fd30203daf9c2d86b2627c3417aaa8ae5f0b7aebc93125b4f3a87cfe12d6
SHA1: 6a5e02ab05f866fbbc0e3eda9b6ef438b323a95d
MD5sum: 60babb29e2ce48baa592c1b10ace2ea7
Description: autocompletion tool for Python 3
Jedi is an autocompletion tool for Python. It works. With and without syntax
errors. Sometimes it sucks, but that's normal in dynamic languages. But it
sucks less than other tools. It understands almost all of the basic Python
syntax elements including many builtins.
Description-md5:
Homepage: https://github.com/davidhalter/jedi
Section: python
Priority: optional
Filename: pool/main/p/python-jedi/python3-jedi_0.19.1+ds1-1_all.deb