How To Install libgepub.i686 on Amazon Linux 2
In this tutorial we learn how to install libgepub.i686 in Amazon Linux 2. libgepub.i686 is Library for epub documents
Introduction
In this tutorial we learn how to install libgepub.i686 on Amazon Linux 2.
What is libgepub.i686
libgepub is a GObject based library for handling and rendering epub documents.
We can use yum to install libgepub.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libgepub.i686.
Install libgepub.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 libgepub.i686 using yum by running the following command:
sudo yum -y install libgepub.i686
How To Uninstall libgepub.i686 on Amazon Linux 2
To uninstall only the libgepub.i686 package we can use the following command:
sudo yum remove libgepub.i686
libgepub.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Gepub-0.6.typelib
/usr/lib/libgepub-0.6.so.0
/usr/lib/libgepub-0.6.so.0.0.0
/usr/share/licenses/libgepub-0.6.0
/usr/share/licenses/libgepub-0.6.0/COPYING
References
Summary
In this tutorial we learn how to install libgepub.i686 on Amazon Linux 2 using yum.