How To Install neovim-qt on Fedora 36
In this tutorial we learn how to install neovim-qt in Fedora 36. neovim-qt is Qt GUI for Neovim
Introduction
In this tutorial we learn how to install neovim-qt
on Fedora 36.
What is neovim-qt
Qt GUI for Neovim.
We can use yum
or dnf
to install neovim-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install neovim-qt.
Install neovim-qt 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 neovim-qt
using dnf
by running the following command:
sudo dnf -y install neovim-qt
Install neovim-qt 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 neovim-qt
using yum
by running the following command:
sudo yum -y install neovim-qt
How To Uninstall neovim-qt on Fedora 36
To uninstall only the neovim-qt
package we can use the following command:
sudo dnf remove neovim-qt
neovim-qt Package Contents on Fedora 36
/usr/bin/nvim-qt
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/fd9b2a05edcc42551668482523646e5285c302
/usr/share/applications/nvim-qt.desktop
/usr/share/doc/neovim-qt
/usr/share/doc/neovim-qt/README.md
/usr/share/icons/hicolor/192x192/apps/nvim-qt.png
/usr/share/licenses/neovim-qt
/usr/share/licenses/neovim-qt/LICENSE
/usr/share/nvim-qt
/usr/share/nvim-qt/runtime
/usr/share/nvim-qt/runtime/README.md
/usr/share/nvim-qt/runtime/doc
/usr/share/nvim-qt/runtime/doc/nvim_gui_shim.txt
/usr/share/nvim-qt/runtime/doc/tags
/usr/share/nvim-qt/runtime/plugin
/usr/share/nvim-qt/runtime/plugin/nvim_gui_shim.vim
References
Summary
In this tutorial we learn how to install neovim-qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).