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

Last updated: October 10,2024

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

This guide let you learn how to install python3-qemu-qmp.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall python3-qemu-qmp.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:23:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-qemu-qmp
Version : 0.0.3
Release : 2.fc39
Architecture : noarch
Size : 130 k
Source : python-qemu-qmp-0.0.3-2.fc39.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.