How to Install and Uninstall driverctl.noarch Package on CentOS Stream 8

Last updated: May 07,2024

1. Install "driverctl.noarch" package

Please follow the guidance below to install driverctl.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install driverctl.noarch

2. Uninstall "driverctl.noarch" package

Please follow the steps below to uninstall driverctl.noarch on CentOS Stream 8:

$ sudo dnf remove driverctl.noarch $ sudo dnf autoremove

3. Information about the driverctl.noarch package on CentOS Stream 8

Last metadata expiration check: 3:39:17 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : driverctl
Version : 0.115
Release : 1.el8
Architecture : noarch
Size : 27 k
Source : driverctl-0.115-1.el8.src.rpm
Repository : appstream
Summary : Device driver control utility
URL : https://gitlab.com/driverctl/driverctl
License : LGPLv2
Description : driverctl is a tool for manipulating and inspecting the system
: device driver choices.
:
: Devices are normally assigned to their sole designated kernel driver
: by default. However in some situations it may be desireable to
: override that default, for example to try an older driver to
: work around a regression in a driver or to try an experimental alternative
: driver. Another common use-case is pass-through drivers and driver
: stubs to allow userspace to drive the device, such as in case of
: virtualization.
:
: driverctl integrates with udev to support overriding
: driver selection for both cold- and hotplugged devices from the
: moment of discovery, but can also change already assigned drivers,
: assuming they are not in use by the system. The driver overrides
: created by driverctl are persistent across system reboots
: by default.