How To Install gedit-plugin-bookmarks on Rocky Linux 8
Introduction
In this tutorial we learn how to install gedit-plugin-bookmarks
on Rocky Linux 8.
What is gedit-plugin-bookmarks
The gedit bookmarks plugin.
We can use yum
or dnf
to install gedit-plugin-bookmarks
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gedit-plugin-bookmarks.
Install gedit-plugin-bookmarks 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 gedit-plugin-bookmarks
using dnf
by running the following command:
sudo dnf -y install gedit-plugin-bookmarks
Install gedit-plugin-bookmarks 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 gedit-plugin-bookmarks
using yum
by running the following command:
sudo yum -y install gedit-plugin-bookmarks
How To Uninstall gedit-plugin-bookmarks on Rocky Linux 8
To uninstall only the gedit-plugin-bookmarks
package we can use the following command:
sudo dnf remove gedit-plugin-bookmarks
gedit-plugin-bookmarks Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/4001bec4633fd20f4a33c033b3e2de76d7cbce
/usr/lib64/gedit/plugins/bookmarks.plugin
/usr/lib64/gedit/plugins/libbookmarks.so
/usr/share/appdata/gedit-bookmarks.metainfo.xml
References
Summary
In this tutorial we learn how to install gedit-plugin-bookmarks
on Rocky Linux 8 using yum and dnf.