How To Install libwpd.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libwpd.x86_64 in Amazon Linux 2. libwpd.x86_64 is A library for import of WordPerfect documents

Introduction

In this tutorial we learn how to install libwpd.x86_64 on Amazon Linux 2.

What is libwpd.x86_64

libwpd is a library for import of WordPerfect documents.

We can use yum to install libwpd.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd.x86_64.

Install libwpd.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 libwpd.x86_64 using yum by running the following command:

sudo yum -y install libwpd.x86_64

How To Uninstall libwpd.x86_64 on Amazon Linux 2

To uninstall only the libwpd.x86_64 package we can use the following command:

sudo yum remove libwpd.x86_64

libwpd.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libwpd-0.10.so.10
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.