How To Install libdbusmenu on Fedora 36
Introduction
In this tutorial we learn how to install libdbusmenu on Fedora 36.
What is libdbusmenu
This is a small library designed to make sharing and displaying of menu structures over DBus simple and easy to use. It works for both QT and GTK+ and makes building menus simple.
We can use yum or dnf to install libdbusmenu on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbusmenu.
Install libdbusmenu 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 libdbusmenu using dnf by running the following command:
sudo dnf -y install libdbusmenu
Install libdbusmenu 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 libdbusmenu using yum by running the following command:
sudo yum -y install libdbusmenu
How To Uninstall libdbusmenu on Fedora 36
To uninstall only the libdbusmenu package we can use the following command:
sudo dnf remove libdbusmenu
libdbusmenu Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/f8b4cf2cf6a13a46c0f76a250c454297c2b5cc
/usr/lib64/girepository-1.0/Dbusmenu-0.4.typelib
/usr/lib64/libdbusmenu-glib.so.4
/usr/lib64/libdbusmenu-glib.so.4.0.12
/usr/share/doc/libdbusmenu
/usr/share/doc/libdbusmenu/AUTHORS
/usr/share/doc/libdbusmenu/ChangeLog
/usr/share/doc/libdbusmenu/README
/usr/share/licenses/libdbusmenu
/usr/share/licenses/libdbusmenu/COPYING
/usr/share/licenses/libdbusmenu/COPYING-GPL3
/usr/share/licenses/libdbusmenu/COPYING.2.1
References
Summary
In this tutorial we learn how to install libdbusmenu on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdbusmenu on Fedora 36” linkTitle: “libdbusmenu” type: “docs” description: “In this tutorial we learn how to install libdbusmenu in Fedora 36. libdbusmenu is Library for passing menus over DBus” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdbusmenu-featured.png
Introduction
In this tutorial we learn how to install libdbusmenu on Fedora 36.
What is libdbusmenu
This is a small library designed to make sharing and displaying of menu structures over DBus simple and easy to use. It works for both QT and GTK+ and makes building menus simple.
We can use yum or dnf to install libdbusmenu on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbusmenu.
Install libdbusmenu 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 libdbusmenu using dnf by running the following command:
sudo dnf -y install libdbusmenu
Install libdbusmenu 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 libdbusmenu using yum by running the following command:
sudo yum -y install libdbusmenu
How To Uninstall libdbusmenu on Fedora 36
To uninstall only the libdbusmenu package we can use the following command:
sudo dnf remove libdbusmenu
libdbusmenu Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/4abda895a98bf607aeeee3ae7e8ec113818422
/usr/lib/girepository-1.0/Dbusmenu-0.4.typelib
/usr/lib/libdbusmenu-glib.so.4
/usr/lib/libdbusmenu-glib.so.4.0.12
/usr/share/doc/libdbusmenu
/usr/share/doc/libdbusmenu/AUTHORS
/usr/share/doc/libdbusmenu/ChangeLog
/usr/share/doc/libdbusmenu/README
/usr/share/licenses/libdbusmenu
/usr/share/licenses/libdbusmenu/COPYING
/usr/share/licenses/libdbusmenu/COPYING-GPL3
/usr/share/licenses/libdbusmenu/COPYING.2.1
References
Summary
In this tutorial we learn how to install libdbusmenu on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).