How To Install vbetest on Fedora 36

In this tutorial we learn how to install vbetest in Fedora 36. vbetest is Utility for listing and testing VESA graphics modes

Introduction

In this tutorial we learn how to install vbetest on Fedora 36.

What is vbetest

Utility for listing and testing VESA graphics modes.

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

Install vbetest 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 vbetest using dnf by running the following command:

sudo dnf -y install vbetest

Install vbetest 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 vbetest using yum by running the following command:

sudo yum -y install vbetest

How To Uninstall vbetest on Fedora 36

To uninstall only the vbetest package we can use the following command:

sudo dnf remove vbetest

vbetest Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/d197efebc8fbdf56b9b7265adf5690a8b4f2aa
/usr/sbin/vbetest

References

Summary

In this tutorial we learn how to install vbetest on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).