How To Install libetonyek on Rocky Linux 8
Introduction
In this tutorial we learn how to install libetonyek on Rocky Linux 8.
What is libetonyek
libetonyek is library for import of Apple iWork documents. It supports documents created by any version of Keynote, Pages or Numbers.
We can use yum or dnf to install libetonyek on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libetonyek.
Install libetonyek on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libetonyek using dnf by running the following command:
sudo dnf -y install libetonyek
Install libetonyek on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libetonyek using yum by running the following command:
sudo yum -y install libetonyek
How To Uninstall libetonyek on Rocky Linux 8
To uninstall only the libetonyek package we can use the following command:
sudo dnf remove libetonyek
libetonyek Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/bb1ca5b8dc13ebaeafda19ad6baaebc735ecbc
/usr/lib64/libetonyek-0.1.so.1
/usr/lib64/libetonyek-0.1.so.1.0.8
/usr/share/doc/libetonyek
/usr/share/doc/libetonyek/AUTHORS
/usr/share/doc/libetonyek/FEATURES
/usr/share/doc/libetonyek/NEWS
/usr/share/doc/libetonyek/README
/usr/share/licenses/libetonyek
/usr/share/licenses/libetonyek/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/eab9115a8658d4847a0d6f008f9f6f86540fc8
/usr/lib/libetonyek-0.1.so.1
/usr/lib/libetonyek-0.1.so.1.0.8
/usr/share/doc/libetonyek
/usr/share/doc/libetonyek/AUTHORS
/usr/share/doc/libetonyek/FEATURES
/usr/share/doc/libetonyek/NEWS
/usr/share/doc/libetonyek/README
/usr/share/licenses/libetonyek
/usr/share/licenses/libetonyek/COPYING
References
Summary
In this tutorial we learn how to install libetonyek on Rocky Linux 8 using yum and dnf.