How To Install vimpal on Fedora 36
Introduction
In this tutorial we learn how to install vimpal
on Fedora 36.
What is vimpal
Simple and small application that can be used to select the files you want to edit in Vim.
We can use yum
or dnf
to install vimpal
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vimpal.
Install vimpal 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 vimpal
using dnf
by running the following command:
sudo dnf -y install vimpal
Install vimpal 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 vimpal
using yum
by running the following command:
sudo yum -y install vimpal
How To Uninstall vimpal on Fedora 36
To uninstall only the vimpal
package we can use the following command:
sudo dnf remove vimpal
vimpal Package Contents on Fedora 36
/usr/bin/vimpal
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/15c85b84e9696c8defd5c9f1f0d783f8749744
/usr/share/applications/vimpal.desktop
/usr/share/doc/vimpal
/usr/share/doc/vimpal/README
/usr/share/doc/vimpal/gpl.txt
/usr/share/icons/hicolor/48x48/apps/vimpal.png
References
Summary
In this tutorial we learn how to install vimpal
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).