How To Install poppler-cpp-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install poppler-cpp-devel.x86_64 in Amazon Linux 2. poppler-cpp-devel.x86_64 is Development files for C++ wrapper
Introduction
In this tutorial we learn how to install poppler-cpp-devel.x86_64
on Amazon Linux 2.
What is poppler-cpp-devel.x86_64
Development files for C++ wrapper.
We can use yum
to install poppler-cpp-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 poppler-cpp-devel.x86_64.
Install poppler-cpp-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 poppler-cpp-devel.x86_64
using yum
by running the following command:
sudo yum -y install poppler-cpp-devel.x86_64
How To Uninstall poppler-cpp-devel.x86_64 on Amazon Linux 2
To uninstall only the poppler-cpp-devel.x86_64
package we can use the following command:
sudo yum remove poppler-cpp-devel.x86_64
poppler-cpp-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/poppler/cpp
/usr/include/poppler/cpp/poppler-document.h
/usr/include/poppler/cpp/poppler-embedded-file.h
/usr/include/poppler/cpp/poppler-font.h
/usr/include/poppler/cpp/poppler-global.h
/usr/include/poppler/cpp/poppler-image.h
/usr/include/poppler/cpp/poppler-page-renderer.h
/usr/include/poppler/cpp/poppler-page-transition.h
/usr/include/poppler/cpp/poppler-page.h
/usr/include/poppler/cpp/poppler-rectangle.h
/usr/include/poppler/cpp/poppler-toc.h
/usr/include/poppler/cpp/poppler-version.h
/usr/lib64/libpoppler-cpp.so
/usr/lib64/pkgconfig/poppler-cpp.pc
References
Summary
In this tutorial we learn how to install poppler-cpp-devel.x86_64
on Amazon Linux 2 using yum.