How To Install cups-ipptool on Rocky Linux 8

In this tutorial we learn how to install cups-ipptool on Rocky Linux 8. cups-ipptool is CUPS printing system - tool for performing IPP requests

Introduction

In this tutorial we learn how to install cups-ipptool on Rocky Linux 8.

What is cups-ipptool

Sends IPP requests to the specified URI and tests and/or displays the results.

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

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

sudo dnf -y install cups-ipptool

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

sudo yum -y install cups-ipptool

How To Uninstall cups-ipptool on Rocky Linux 8

To uninstall only the cups-ipptool package we can use the following command:

sudo dnf remove cups-ipptool

cups-ipptool Package Contents on Rocky Linux 8

/usr/bin/ippfind
/usr/bin/ipptool
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/f17dfb5941a1c82844daa790186177519e46f3
/usr/lib/.build-id/fe/d33d49f01939ac79d68bfc0af2e5a69799d3d9
/usr/share/cups/ipptool
/usr/share/cups/ipptool/color.jpg
/usr/share/cups/ipptool/create-printer-subscription.test
/usr/share/cups/ipptool/document-a4.pdf
/usr/share/cups/ipptool/document-a4.ps
/usr/share/cups/ipptool/document-letter.pdf
/usr/share/cups/ipptool/document-letter.ps
/usr/share/cups/ipptool/get-completed-jobs.test
/usr/share/cups/ipptool/get-jobs.test
/usr/share/cups/ipptool/get-notifications.test
/usr/share/cups/ipptool/get-printer-attributes.test
/usr/share/cups/ipptool/get-subscriptions.test
/usr/share/cups/ipptool/gray.jpg
/usr/share/cups/ipptool/ipp-1.1.test
/usr/share/cups/ipptool/ipp-2.0.test
/usr/share/cups/ipptool/ipp-2.1.test
/usr/share/cups/ipptool/ipp-2.2.test
/usr/share/cups/ipptool/ipp-everywhere.test
/usr/share/cups/ipptool/onepage-a4.pdf
/usr/share/cups/ipptool/onepage-a4.ps
/usr/share/cups/ipptool/onepage-letter.pdf
/usr/share/cups/ipptool/onepage-letter.ps
/usr/share/cups/ipptool/print-job-deflate.test
/usr/share/cups/ipptool/print-job-gzip.test
/usr/share/cups/ipptool/print-job.test
/usr/share/cups/ipptool/testfile.jpg
/usr/share/cups/ipptool/testfile.pcl
/usr/share/cups/ipptool/testfile.pdf
/usr/share/cups/ipptool/testfile.ps
/usr/share/cups/ipptool/testfile.txt
/usr/share/cups/ipptool/validate-job.test
/usr/share/man/man1/ipptool.1.gz
/usr/share/man/man5/ipptoolfile.5.gz

References

Summary

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