How To Install qemu-sanity-check-nodeps on Fedora 36

In this tutorial we learn how to install qemu-sanity-check-nodeps in Fedora 36. qemu-sanity-check-nodeps is Simple qemu and Linux kernel sanity checker (no dependencies)

Introduction

In this tutorial we learn how to install qemu-sanity-check-nodeps on Fedora 36.

What is qemu-sanity-check-nodeps

This is the no-depedencies version of qemu-sanity-check. It is exactly the same as qemu-sanity-check except that this package does not depend on qemu or kernel.

We can use yum or dnf to install qemu-sanity-check-nodeps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qemu-sanity-check-nodeps.

Install qemu-sanity-check-nodeps on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qemu-sanity-check-nodeps using dnf by running the following command:

sudo dnf -y install qemu-sanity-check-nodeps

Install qemu-sanity-check-nodeps on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qemu-sanity-check-nodeps using yum by running the following command:

sudo yum -y install qemu-sanity-check-nodeps

How To Uninstall qemu-sanity-check-nodeps on Fedora 36

To uninstall only the qemu-sanity-check-nodeps package we can use the following command:

sudo dnf remove qemu-sanity-check-nodeps

qemu-sanity-check-nodeps Package Contents on Fedora 36

/usr/bin/qemu-sanity-check
/usr/lib64/qemu-sanity-check
/usr/lib64/qemu-sanity-check/initrd
/usr/share/doc/qemu-sanity-check-nodeps
/usr/share/doc/qemu-sanity-check-nodeps/COPYING
/usr/share/doc/qemu-sanity-check-nodeps/README
/usr/share/man/man1/qemu-sanity-check.1.gz

References

Summary

In this tutorial we learn how to install qemu-sanity-check-nodeps on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).