How To Install poppler-qt5-devel on Rocky Linux 8

In this tutorial we learn how to install poppler-qt5-devel on Rocky Linux 8. poppler-qt5-devel is Development files for Qt5 wrapper

Introduction

In this tutorial we learn how to install poppler-qt5-devel on Rocky Linux 8.

What is poppler-qt5-devel

Development files for Qt5 wrapper.

We can use yum or dnf to install poppler-qt5-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install poppler-qt5-devel.

Install poppler-qt5-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install poppler-qt5-devel using dnf by running the following command:

sudo dnf -y install poppler-qt5-devel

Install poppler-qt5-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install poppler-qt5-devel using yum by running the following command:

sudo yum -y install poppler-qt5-devel

How To Uninstall poppler-qt5-devel on Rocky Linux 8

To uninstall only the poppler-qt5-devel package we can use the following command:

sudo dnf remove poppler-qt5-devel

poppler-qt5-devel Package Contents on Rocky Linux 8

/usr/include/poppler/qt5
/usr/include/poppler/qt5/poppler-annotation.h
/usr/include/poppler/qt5/poppler-export.h
/usr/include/poppler/qt5/poppler-form.h
/usr/include/poppler/qt5/poppler-link.h
/usr/include/poppler/qt5/poppler-media.h
/usr/include/poppler/qt5/poppler-optcontent.h
/usr/include/poppler/qt5/poppler-page-transition.h
/usr/include/poppler/qt5/poppler-qt5.h
/usr/include/poppler/qt5/poppler-version.h
/usr/lib/libpoppler-qt5.so
/usr/lib/pkgconfig/poppler-qt5.pc
/usr/include/poppler/qt5
/usr/include/poppler/qt5/poppler-annotation.h
/usr/include/poppler/qt5/poppler-export.h
/usr/include/poppler/qt5/poppler-form.h
/usr/include/poppler/qt5/poppler-link.h
/usr/include/poppler/qt5/poppler-media.h
/usr/include/poppler/qt5/poppler-optcontent.h
/usr/include/poppler/qt5/poppler-page-transition.h
/usr/include/poppler/qt5/poppler-qt5.h
/usr/include/poppler/qt5/poppler-version.h
/usr/lib64/libpoppler-qt5.so
/usr/lib64/pkgconfig/poppler-qt5.pc

References

Summary

In this tutorial we learn how to install poppler-qt5-devel on Rocky Linux 8 using yum and dnf.