How to Install and Uninstall mdevctl.x86_64 Package on CentOS Stream 8

Last updated: October 08,2024

1. Install "mdevctl.x86_64" package

This tutorial shows how to install mdevctl.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mdevctl.x86_64

2. Uninstall "mdevctl.x86_64" package

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

$ sudo dnf remove mdevctl.x86_64 $ sudo dnf autoremove

3. Information about the mdevctl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:21:27 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : mdevctl
Version : 1.1.0
Release : 2.el8
Architecture : x86_64
Size : 755 k
Source : mdevctl-1.1.0-2.el8.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.