How To Install libwpd.i686 on Amazon Linux 2
In this tutorial we learn how to install libwpd.i686 in Amazon Linux 2. libwpd.i686 is A library for import of WordPerfect documents
Introduction
In this tutorial we learn how to install libwpd.i686 on Amazon Linux 2.
What is libwpd.i686
libwpd is a library for import of WordPerfect documents.
We can use yum to install libwpd.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd.i686.
Install libwpd.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 libwpd.i686 using yum by running the following command:
sudo yum -y install libwpd.i686
How To Uninstall libwpd.i686 on Amazon Linux 2
To uninstall only the libwpd.i686 package we can use the following command:
sudo yum remove libwpd.i686
libwpd.i686 Package Contents on Amazon Linux 2
/usr/lib/libwpd-0.10.so.10
/usr/lib/libwpd-0.10.so.10.0.0
/usr/share/doc/libwpd-0.10.0
/usr/share/doc/libwpd-0.10.0/COPYING.LGPL
/usr/share/doc/libwpd-0.10.0/COPYING.MPL
/usr/share/doc/libwpd-0.10.0/CREDITS
/usr/share/doc/libwpd-0.10.0/README
References
Summary
In this tutorial we learn how to install libwpd.i686 on Amazon Linux 2 using yum.