How To Install qpdf-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install qpdf-devel.x86_64 in Amazon Linux 2. qpdf-devel.x86_64 is Development files for QPDF library

Introduction

In this tutorial we learn how to install qpdf-devel.x86_64 on Amazon Linux 2.

What is qpdf-devel.x86_64

Header files and libraries necessary for developing programs using the QPDF library.

We can use yum to install qpdf-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qpdf-devel.x86_64.

Install qpdf-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qpdf-devel.x86_64 using yum by running the following command:

sudo yum -y install qpdf-devel.x86_64

How To Uninstall qpdf-devel.x86_64 on Amazon Linux 2

To uninstall only the qpdf-devel.x86_64 package we can use the following command:

sudo yum remove qpdf-devel.x86_64

qpdf-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/qpdf
/usr/include/qpdf/Buffer.hh
/usr/include/qpdf/BufferInputSource.hh
/usr/include/qpdf/Constants.h
/usr/include/qpdf/DLL.h
/usr/include/qpdf/FileInputSource.hh
/usr/include/qpdf/InputSource.hh
/usr/include/qpdf/Pipeline.hh
/usr/include/qpdf/Pl_Buffer.hh
/usr/include/qpdf/Pl_Concatenate.hh
/usr/include/qpdf/Pl_Count.hh
/usr/include/qpdf/Pl_Discard.hh
/usr/include/qpdf/Pl_Flate.hh
/usr/include/qpdf/Pl_StdioFile.hh
/usr/include/qpdf/PointerHolder.hh
/usr/include/qpdf/QPDF.hh
/usr/include/qpdf/QPDFExc.hh
/usr/include/qpdf/QPDFObjGen.hh
/usr/include/qpdf/QPDFObject.hh
/usr/include/qpdf/QPDFObjectHandle.hh
/usr/include/qpdf/QPDFTokenizer.hh
/usr/include/qpdf/QPDFWriter.hh
/usr/include/qpdf/QPDFXRefEntry.hh
/usr/include/qpdf/QTC.hh
/usr/include/qpdf/QUtil.hh
/usr/include/qpdf/Types.h
/usr/include/qpdf/qpdf-c.h
/usr/lib64/libqpdf.so
/usr/lib64/pkgconfig/libqpdf.pc
/usr/share/doc/qpdf-devel-5.0.1
/usr/share/doc/qpdf-devel-5.0.1/pdf-bookmarks.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-create.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-double-page-size.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-invert-images.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-linearize.c
/usr/share/doc/qpdf-devel-5.0.1/pdf-mod-info.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-npages.cc
/usr/share/doc/qpdf-devel-5.0.1/pdf-parse-content.cc

References

Summary

In this tutorial we learn how to install qpdf-devel.x86_64 on Amazon Linux 2 using yum.