How to Install and Uninstall libgudev.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "libgudev.x86_64" package

This tutorial shows how to install libgudev.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libgudev.x86_64

2. Uninstall "libgudev.x86_64" package

This guide covers the steps necessary to uninstall libgudev.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libgudev.x86_64 $ sudo dnf autoremove

3. Information about the libgudev.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:35:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libgudev
Version : 232
Release : 4.el8
Architecture : x86_64
Size : 33 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.