How To Install libpagemaker.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libpagemaker.x86_64 in Amazon Linux 2. libpagemaker.x86_64 is A library for import of Adobe PageMaker documents
Introduction
In this tutorial we learn how to install libpagemaker.x86_64 on Amazon Linux 2.
What is libpagemaker.x86_64
libpagemaker is library providing ability to interpret and import Adobe PageMaker documents into various applications.
We can use yum to install libpagemaker.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libpagemaker.x86_64.
Install libpagemaker.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 libpagemaker.x86_64 using yum by running the following command:
sudo yum -y install libpagemaker.x86_64
How To Uninstall libpagemaker.x86_64 on Amazon Linux 2
To uninstall only the libpagemaker.x86_64 package we can use the following command:
sudo yum remove libpagemaker.x86_64
libpagemaker.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libpagemaker-0.0.so.0
/usr/lib64/libpagemaker-0.0.so.0.0.3
/usr/share/doc/libpagemaker-0.0.3
/usr/share/doc/libpagemaker-0.0.3/AUTHORS
/usr/share/doc/libpagemaker-0.0.3/NEWS
/usr/share/licenses/libpagemaker-0.0.3
/usr/share/licenses/libpagemaker-0.0.3/COPYING
References
Summary
In this tutorial we learn how to install libpagemaker.x86_64 on Amazon Linux 2 using yum.