How To Install geany-plugins-geanynumberedbookmarks on CentOS 7
Introduction
In this tutorial we learn how to install geany-plugins-geanynumberedbookmarks
on CentOS 7.
What is geany-plugins-geanynumberedbookmarks
GeanyNumberedBookmarks is a plugin to provide users with 10 numbered bookmarks (in addition to the usual bookmarks). It started out as part of the ConText feature parity plugin, which was split into individual plugins to better suit Geany’s ethos of being as light as possible while allowing users to select which features they want to add to the core editor. The idea was taken from a Text Editor for Windows called ConText. Normally if you had more than one bookmark, you would have to cycle through them until you reached the one you wanted. With this plugin you can go straight to the bookmark that you want with a single key combination.
We can use yum
or dnf
to install geany-plugins-geanynumberedbookmarks
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install geany-plugins-geanynumberedbookmarks.
Install geany-plugins-geanynumberedbookmarks on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install geany-plugins-geanynumberedbookmarks
using yum
by running the following command:
sudo yum -y install geany-plugins-geanynumberedbookmarks
Install geany-plugins-geanynumberedbookmarks on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install geany-plugins-geanynumberedbookmarks
using dnf
by running the following command:
sudo dnf -y install geany-plugins-geanynumberedbookmarks
How To Uninstall geany-plugins-geanynumberedbookmarks on CentOS 7
To uninstall only the geany-plugins-geanynumberedbookmarks
package we can use the following command:
sudo dnf remove geany-plugins-geanynumberedbookmarks
References
Summary
In this tutorial we learn how to install geany-plugins-geanynumberedbookmarks
on CentOS 7 using yum
and dnf
.