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

Last updated: May 17,2024

1. Install "python-jedi" package

Learn how to install python-jedi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jedi

2. Uninstall "python-jedi" package

Please follow the instructions below to uninstall python-jedi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-jedi
Priority: optional
Section: universe/python
Installed-Size: 538
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Version: 0.9.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-jedi/python-jedi_0.9.0-1_all.deb
Size: 107906
MD5sum: 5a1bd5cb1045fa3b0124e77d74e94d70
SHA1: ff55d8a3e35d991a2ab6660dcf5189ea651489f1
SHA256: 963f1b5220fb3a62b0cb7745206a0ebd0e2b89fcd23bf8edead9f527bd02cfca
Description-en: autocompletion tool for Python
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: b784fbea0c9e0c61df04a3db7a410e27
Homepage: https://github.com/davidhalter/jedi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu