How To Install poppler-data-devel on Fedora 36

In this tutorial we learn how to install poppler-data-devel in Fedora 36. poppler-data-devel is Devel files for poppler-data

Introduction

In this tutorial we learn how to install poppler-data-devel on Fedora 36.

What is poppler-data-devel

This sub-package currently contains only pkgconfig file, which can be used with pkgconfig utility allowing your software to be build with poppler-data.

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

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

sudo dnf -y install poppler-data-devel

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

sudo yum -y install poppler-data-devel

How To Uninstall poppler-data-devel on Fedora 36

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

sudo dnf remove poppler-data-devel

poppler-data-devel Package Contents on Fedora 36

/usr/share/pkgconfig/poppler-data.pc

References

Summary

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