How to Install and Uninstall qemu.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "qemu.x86_64" package

This guide let you learn how to install qemu.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qemu.x86_64

2. Uninstall "qemu.x86_64" package

Learn how to uninstall qemu.x86_64 on Fedora 34:

$ sudo dnf remove qemu.x86_64 $ sudo dnf autoremove

3. Information about the qemu.x86_64 package on Fedora 34

Last metadata expiration check: 1:27:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : qemu
Epoch : 2
Version : 5.2.0
Release : 9.fc34
Architecture : x86_64
Size : 12 k
Source : qemu-5.2.0-9.fc34.src.rpm
Repository : updates
Summary : QEMU is a FAST! processor emulator
URL : http://www.qemu.org/
License : GPLv2 and BSD and MIT and CC-BY
Description : QEMU is a generic and open source processor emulator which achieves a good
: emulation speed by using dynamic translation. QEMU has two operating modes:
:
: * Full system emulation. In this mode, QEMU emulates a full system (for
: example a PC), including a processor and various peripherials. It can be
: used to launch different Operating Systems without rebooting the PC or
: to debug system code.
: * User mode emulation. In this mode, QEMU can launch Linux processes compiled
: for one CPU on another CPU.
:
: As QEMU requires no host kernel patches to run, it is safe and easy to use.