How To Install qt-qvfb on Fedora 36

In this tutorial we learn how to install qt-qvfb in Fedora 36. qt-qvfb is Virtual frame buffer for Qt for Embedded Linux

Introduction

In this tutorial we learn how to install qt-qvfb on Fedora 36.

What is qt-qvfb

Virtual frame buffer for Qt for Embedded Linux.

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

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

sudo dnf -y install qt-qvfb

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

sudo yum -y install qt-qvfb

How To Uninstall qt-qvfb on Fedora 36

To uninstall only the qt-qvfb package we can use the following command:

sudo dnf remove qt-qvfb

qt-qvfb Package Contents on Fedora 36

/usr/bin/qvfb
/usr/lib/.build-id
/usr/lib/.build-id/d1/7540b0361d16b88915c1d6bb8fc034173fd132
/usr/lib/.build-id/d1/7540b0361d16b88915c1d6bb8fc034173fd132.1
/usr/lib64/qt4/bin/qvfb
/usr/share/qt4/translations/qvfb_eu.qm
/usr/share/qt4/translations/qvfb_hu.qm
/usr/share/qt4/translations/qvfb_ja.qm
/usr/share/qt4/translations/qvfb_ko.qm
/usr/share/qt4/translations/qvfb_pl.qm
/usr/share/qt4/translations/qvfb_ru.qm
/usr/share/qt4/translations/qvfb_sl.qm
/usr/share/qt4/translations/qvfb_uk.qm
/usr/share/qt4/translations/qvfb_zh_CN.qm
/usr/share/qt4/translations/qvfb_zh_TW.qm

References

Summary

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