How To Install vim-jedi on Fedora 36
Introduction
In this tutorial we learn how to install vim-jedi
on Fedora 36.
What is vim-jedi
vim-jedi is a VIM binding to the awesome auto completion library Jedi.
We can use yum
or dnf
to install vim-jedi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vim-jedi.
Install vim-jedi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install vim-jedi
using dnf
by running the following command:
sudo dnf -y install vim-jedi
Install vim-jedi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install vim-jedi
using yum
by running the following command:
sudo yum -y install vim-jedi
How To Uninstall vim-jedi on Fedora 36
To uninstall only the vim-jedi
package we can use the following command:
sudo dnf remove vim-jedi
vim-jedi Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/__pycache__/jedi_vim.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/jedi_vim.cpython-310.pyc
/usr/lib/python3.10/site-packages/__pycache__/jedi_vim_debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/jedi_vim_debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/jedi_vim.py
/usr/lib/python3.10/site-packages/jedi_vim_debug.py
/usr/share/appdata/vim-jedi.metainfo.xml
/usr/share/doc/vim-jedi
/usr/share/doc/vim-jedi/AUTHORS.txt
/usr/share/doc/vim-jedi/LICENSE.txt
/usr/share/doc/vim-jedi/README.rst
/usr/share/vim/vimfiles/after/ftplugin
/usr/share/vim/vimfiles/after/ftplugin/python
/usr/share/vim/vimfiles/after/ftplugin/python/jedi.vim
/usr/share/vim/vimfiles/after/syntax
/usr/share/vim/vimfiles/after/syntax/python.vim
/usr/share/vim/vimfiles/autoload/health
/usr/share/vim/vimfiles/autoload/health/jedi.vim
/usr/share/vim/vimfiles/autoload/jedi.vim
/usr/share/vim/vimfiles/doc/jedi-vim.txt
/usr/share/vim/vimfiles/doc/logotype-a.svg
/usr/share/vim/vimfiles/ftplugin/python
/usr/share/vim/vimfiles/ftplugin/python/jedi.vim
/usr/share/vim/vimfiles/plugin/jedi.vim
References
Summary
In this tutorial we learn how to install vim-jedi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).