How to Install and Uninstall libgudev.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libgudev.x86_64" package

Please follow the instructions below to install libgudev.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libgudev.x86_64

2. Uninstall "libgudev.x86_64" package

This is a short guide on how to uninstall libgudev.x86_64 on Rocky Linux 8:

$ sudo dnf remove libgudev.x86_64 $ sudo dnf autoremove

3. Information about the libgudev.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:23:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libgudev
Version : 232
Release : 4.el8
Architecture : x86_64
Size : 32 k
Source : libgudev-232-4.el8.src.rpm
Repository : baseos
Summary : GObject-based wrapper library for libudev
URL : https://wiki.gnome.org/Projects/libgudev
License : LGPLv2+
Description : This library makes it much simpler to use libudev from programs
: already using GObject. It also makes it possible to easily use libudev
: from other programming languages, such as Javascript, because of
: GObject introspection support.