How To Install geany-plugins-commander on Rocky Linux 8
Introduction
In this tutorial we learn how to install geany-plugins-commander
on Rocky Linux 8.
What is geany-plugins-commander
Commander is a plugin for Geany that provides a command panel for rapid access to any action.
We can use yum
or dnf
to install geany-plugins-commander
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install geany-plugins-commander.
Install geany-plugins-commander on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install geany-plugins-commander
using dnf
by running the following command:
sudo dnf -y install geany-plugins-commander
Install geany-plugins-commander on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install geany-plugins-commander
using yum
by running the following command:
sudo yum -y install geany-plugins-commander
How To Uninstall geany-plugins-commander on Rocky Linux 8
To uninstall only the geany-plugins-commander
package we can use the following command:
sudo dnf remove geany-plugins-commander
geany-plugins-commander Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/b75417469cbf008eb29a3160e7807545474ecc
/usr/lib64/geany/commander.so
/usr/share/doc/geany-plugins/commander
/usr/share/doc/geany-plugins/commander/AUTHORS
/usr/share/doc/geany-plugins/commander/COPYING
/usr/share/doc/geany-plugins/commander/README
References
Summary
In this tutorial we learn how to install geany-plugins-commander
on Rocky Linux 8 using yum and dnf.