How To Install poppler-utils on Rocky Linux 8

In this tutorial we learn how to install poppler-utils on Rocky Linux 8. poppler-utils is Command line utilities for converting PDF files

Introduction

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

What is poppler-utils

Command line tools for manipulating PDF files and converting them to other formats.

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

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

sudo dnf -y install poppler-utils

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

sudo yum -y install poppler-utils

How To Uninstall poppler-utils on Rocky Linux 8

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

sudo dnf remove poppler-utils

poppler-utils Package Contents on Rocky Linux 8

/usr/bin/pdfattach
/usr/bin/pdfdetach
/usr/bin/pdffonts
/usr/bin/pdfimages
/usr/bin/pdfinfo
/usr/bin/pdfseparate
/usr/bin/pdfsig
/usr/bin/pdftocairo
/usr/bin/pdftohtml
/usr/bin/pdftoppm
/usr/bin/pdftops
/usr/bin/pdftotext
/usr/bin/pdfunite
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/da3aa382ef1af72b44c23c135f415a2b43f032
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/60c68d0459742075d52af46ff07b408bfb8658
/usr/lib/.build-id/24
/usr/lib/.build-id/24/7d8a68e3339ce5ea90bf87493cafd8ae7d8563
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/ecaa46938c14522f9bb5be5de2daa3c63104ff
/usr/lib/.build-id/36
/usr/lib/.build-id/36/17124c22d9d748abaeeb68ff6bdd59df053e94
/usr/lib/.build-id/38
/usr/lib/.build-id/38/68d2bd05a9b54555fc2def2256e3c0cce1f925
/usr/lib/.build-id/41
/usr/lib/.build-id/41/35755482f94ffae07a6be4f1d1e31fd8634632
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/21aa0b2d360ba6714591a0fbd5907b303c6310
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/81796a45d886afb61d8711c89a0b2f1a5b926c
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/3f980ac2976efca7c91e84facbe4287c796e05
/usr/lib/.build-id/af
/usr/lib/.build-id/af/7fd29371104f86a90ece69aee549feda8db484
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/844856e9f1bd178710c5fbb81f7534dd87a4e2
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/2d54bf9f947300963fc5064a5c2c2cdaba7c08
/usr/share/man/man1/pdfattach.1.gz
/usr/share/man/man1/pdfdetach.1.gz
/usr/share/man/man1/pdffonts.1.gz
/usr/share/man/man1/pdfimages.1.gz
/usr/share/man/man1/pdfinfo.1.gz
/usr/share/man/man1/pdfseparate.1.gz
/usr/share/man/man1/pdfsig.1.gz
/usr/share/man/man1/pdftocairo.1.gz
/usr/share/man/man1/pdftohtml.1.gz
/usr/share/man/man1/pdftoppm.1.gz
/usr/share/man/man1/pdftops.1.gz
/usr/share/man/man1/pdftotext.1.gz
/usr/share/man/man1/pdfunite.1.gz

References

Summary

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