How to Install and Uninstall python3-qemu-qmp.noarch Package on Fedora 38

Last updated: January 12,2025

1. Install "python3-qemu-qmp.noarch" package

Please follow the steps below to install python3-qemu-qmp.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-qemu-qmp.noarch

2. Uninstall "python3-qemu-qmp.noarch" package

This guide covers the steps necessary to uninstall python3-qemu-qmp.noarch on Fedora 38:

$ sudo dnf remove python3-qemu-qmp.noarch $ sudo dnf autoremove

3. Information about the python3-qemu-qmp.noarch package on Fedora 38

Last metadata expiration check: 0:23:46 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-qemu-qmp
Version : 0.0.2
Release : 2.fc38
Architecture : noarch
Size : 130 k
Source : python-qemu-qmp-0.0.2-2.fc38.src.rpm
Repository : fedora
Summary : QEMU Monitor Protocol library
URL : https://pypi.org/project/qemu.qmp
License : GPL-2.0-only AND LGPL-2.0-or-later
Description : qemu.qmp is a QEMU Monitor Protocol (“QMP”) library written in Python,
: using asyncio. It is used to send QMP messages to running QEMU
: emulators. It requires Python 3.6+ and has no mandatory
: dependencies. This library can be used to communicate with QEMU
: emulators, the QEMU Guest Agent (QGA), the QEMU Storage Daemon (QSD), or
: any other utility or application that speaks QMP.