How to Install and Uninstall mdevctl.noarch Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "mdevctl.noarch" package

Here is a brief guide to show you how to install mdevctl.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install mdevctl.noarch

2. Uninstall "mdevctl.noarch" package

In this section, we are going to explain the necessary steps to uninstall mdevctl.noarch on CentOS Stream 9:

$ sudo dnf remove mdevctl.noarch $ sudo dnf autoremove

3. Information about the mdevctl.noarch package on CentOS Stream 9

Last metadata expiration check: 1:47:30 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : mdevctl
Version : 0.78
Release : 4.el9
Architecture : noarch
Size : 32 k
Source : mdevctl-0.78-4.el9.src.rpm
Repository : appstream
Summary : Mediated device management and persistence utility
URL : https://github.com/mdevctl/mdevctl
License : LGPLv2
Description : mdevctl is a utility for managing and persisting devices in the
: mediated device device framework of the Linux kernel. Mediated
: devices are sub-devices of a parent device (ex. a vGPU) which
: can be dynamically created and potentially used by drivers like
: vfio-mdev for assignment to virtual machines.