How to Install and Uninstall mdevctl.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "mdevctl.src" package

Here is a brief guide to show you how to install mdevctl.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mdevctl.src

2. Uninstall "mdevctl.src" package

Please follow the steps below to uninstall mdevctl.src on Oracle Linux 9:

$ sudo dnf remove mdevctl.src $ sudo dnf autoremove

3. Information about the mdevctl.src package on Oracle Linux 9

Last metadata expiration check: 0:32:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mdevctl
Version : 1.1.0
Release : 4.el9
Architecture : src
Size : 10 M
Source : None
Repository : ol9_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.