How to Install and Uninstall python3-jedi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-jedi" package

This guide let you learn how to install python3-jedi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-jedi

2. Uninstall "python3-jedi" package

This guide let you learn how to uninstall python3-jedi on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-jedi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-jedi
Priority: optional
Section: universe/python
Installed-Size: 538
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: python-jedi
Version: 0.9.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-jedi/python3-jedi_0.9.0-1_all.deb
Size: 107992
MD5sum: 23cf40436dbea631db004e07b0a23b34
SHA1: d0b1f3b02b51d40529836395510f4f2322385dd9
SHA256: 2653e3267cbb4a03b0b0f6348db0fddde497299b13b5232b0f576023a1ecc449
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
Homepage: https://github.com/davidhalter/jedi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu