How to Install and Uninstall python3-jedi Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "python3-jedi" package

Please follow the guidelines below to install python3-jedi on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-jedi

2. Uninstall "python3-jedi" package

Please follow the guidelines below to uninstall python3-jedi on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-jedi package on Ubuntu 21.10 (Impish Indri)

Package: python3-jedi
Architecture: all
Version: 0.18.0-1
Priority: optional
Section: universe/python
Source: python-jedi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 4832
Depends: python3-parso (>= 0.3), python3:any
Filename: pool/universe/p/python-jedi/python3-jedi_0.18.0-1_all.deb
Size: 614804
MD5sum: 6fe816a08c4c1dd973f04c5e8925d710
SHA1: 4658e78fcca5dc6f20cebb874903c206e9be3f41
SHA256: 482611902bf1b795a68a3e79fb99f2cf1ca08ca05035174c6a3e91da00dea99c
SHA512: 99ded62b399224784625315110ddb723c6d7c90118b4516b6b1ddf9be059c3029af95a9574e47b58be940e47b3aa26fcad38e9dfc0aa1aeb3544d34638771f3c
Homepage: https://github.com/davidhalter/jedi
Description-en: 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: 2c9cf980f8c0cfe92286502b805edda8
Task: ubuntustudio-publishing