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

Last updated: May 20,2024

1. Install "vim-python-jedi" package

Please follow the step by step instructions below to install vim-python-jedi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vim-python-jedi

2. Uninstall "vim-python-jedi" package

In this section, we are going to explain the necessary steps to uninstall vim-python-jedi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: vim-python-jedi
Priority: optional
Section: universe/python
Installed-Size: 137
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: python-jedi
Version: 0.9.0-1
Depends: python-jedi, vim-python
Recommends: vim-addon-manager
Filename: pool/universe/p/python-jedi/vim-python-jedi_0.9.0-1_all.deb
Size: 19740
MD5sum: 6a595df0f9d9447cf0d743a6c2a9c608
SHA1: 7fa7b0341b0f8b3f99082b9d5ef24aa0eee25e77
SHA256: 6dfded7d4979b0cb0b2b79beba894f39b6137244e77a99a252f59957f83d6b5d
Description-en: autocompletion tool for Python - VIM addon files
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.
.
`vim-addons install python-jedi` will create all needed symlinks in ~/.vim/
Description-md5: 88fff6bb0e1afdef347387dd502431eb
Homepage: https://github.com/davidhalter/jedi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu