How To Install libetonyek.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libetonyek.i686 on Amazon Linux 2.
What is libetonyek.i686
libetonyek is library for import of documents from Apple iWork applications (Keynote, Pages and Numbers). It can import documents created by Keynote 2-6, Pages 1-4 and Numbers 1-2. The support for Numbers is rather minimal at the moment.
We can use yum to install libetonyek.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libetonyek.i686.
Install libetonyek.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 libetonyek.i686 using yum by running the following command:
sudo yum -y install libetonyek.i686
How To Uninstall libetonyek.i686 on Amazon Linux 2
To uninstall only the libetonyek.i686 package we can use the following command:
sudo yum remove libetonyek.i686
libetonyek.i686 Package Contents on Amazon Linux 2
/usr/lib/libetonyek-0.1.so.1
/usr/lib/libetonyek-0.1.so.1.0.7
/usr/share/doc/libetonyek-0.1.7
/usr/share/doc/libetonyek-0.1.7/AUTHORS
/usr/share/doc/libetonyek-0.1.7/FEATURES
/usr/share/doc/libetonyek-0.1.7/NEWS
/usr/share/doc/libetonyek-0.1.7/README
/usr/share/licenses/libetonyek-0.1.7
/usr/share/licenses/libetonyek-0.1.7/COPYING
References
Summary
In this tutorial we learn how to install libetonyek.i686 on Amazon Linux 2 using yum.