How To Install gnome-menus-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install gnome-menus-devel
on Rocky Linux 8.
What is gnome-menus-devel
This package provides the necessary development libraries for writing applications that use the GNOME menu system.
We can use yum
or dnf
to install gnome-menus-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-menus-devel.
Install gnome-menus-devel 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 gnome-menus-devel
using dnf
by running the following command:
sudo dnf -y install gnome-menus-devel
Install gnome-menus-devel 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 gnome-menus-devel
using yum
by running the following command:
sudo yum -y install gnome-menus-devel
How To Uninstall gnome-menus-devel on Rocky Linux 8
To uninstall only the gnome-menus-devel
package we can use the following command:
sudo dnf remove gnome-menus-devel
gnome-menus-devel Package Contents on Rocky Linux 8
/usr/include/gnome-menus-3.0
/usr/include/gnome-menus-3.0/gmenu-tree.h
/usr/lib/libgnome-menu-3.so
/usr/lib/pkgconfig/libgnome-menu-3.0.pc
/usr/share/gir-1.0/GMenu-3.0.gir
/usr/include/gnome-menus-3.0
/usr/include/gnome-menus-3.0/gmenu-tree.h
/usr/lib64/libgnome-menu-3.so
/usr/lib64/pkgconfig/libgnome-menu-3.0.pc
/usr/share/gir-1.0/GMenu-3.0.gir
References
Summary
In this tutorial we learn how to install gnome-menus-devel
on Rocky Linux 8 using yum and dnf.