How to Install and Uninstall libdbusmenu.i686 Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "libdbusmenu.i686" package

In this section, we are going to explain the necessary steps to install libdbusmenu.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libdbusmenu.i686

2. Uninstall "libdbusmenu.i686" package

This tutorial shows how to uninstall libdbusmenu.i686 on Oracle Linux 8:

$ sudo dnf remove libdbusmenu.i686 $ sudo dnf autoremove

3. Information about the libdbusmenu.i686 package on Oracle Linux 8

Last metadata expiration check: 3:05:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libdbusmenu
Version : 16.04.0
Release : 12.el8
Architecture : i686
Size : 144 k
Source : libdbusmenu-16.04.0-12.el8.src.rpm
Repository : ol8_appstream
Summary : Library for passing menus over DBus
URL : https://launchpad.net/libdbusmenu
License : LGPLv3 or LGPLv2 and GPLv3
Description : 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.