How To Install qpdf-libs.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install qpdf-libs.i686
on Amazon Linux 2.
What is qpdf-libs.i686
QPDF is a C++ library that inspect and manipulate the structure of PDF files. It can encrypt and linearize files, expose the internals of a PDF file, and do many other operations useful to PDF developers.
We can use yum
to install qpdf-libs.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qpdf-libs.i686.
Install qpdf-libs.i686 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-libs.i686
using yum
by running the following command:
sudo yum -y install qpdf-libs.i686
How To Uninstall qpdf-libs.i686 on Amazon Linux 2
To uninstall only the qpdf-libs.i686
package we can use the following command:
sudo yum remove qpdf-libs.i686
qpdf-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libqpdf.so.13
/usr/lib/libqpdf.so.13.0.1
/usr/share/doc/qpdf-libs-5.0.1
/usr/share/doc/qpdf-libs-5.0.1/Artistic-2.0
/usr/share/doc/qpdf-libs-5.0.1/ChangeLog
/usr/share/doc/qpdf-libs-5.0.1/README
/usr/share/doc/qpdf-libs-5.0.1/TODO
References
Summary
In this tutorial we learn how to install qpdf-libs.i686
on Amazon Linux 2 using yum.