How To Install libabw.i686 on Amazon Linux 2

In this tutorial we learn how to install libabw.i686 in Amazon Linux 2. libabw.i686 is A library for import of AbiWord files

Introduction

In this tutorial we learn how to install libabw.i686 on Amazon Linux 2.

What is libabw.i686

libabw is a library for import of AbiWord files.

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

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

sudo yum -y install libabw.i686

How To Uninstall libabw.i686 on Amazon Linux 2

To uninstall only the libabw.i686 package we can use the following command:

sudo yum remove libabw.i686

libabw.i686 Package Contents on Amazon Linux 2

/usr/lib/libabw-0.1.so.1
/usr/lib/libabw-0.1.so.1.0.1
/usr/share/doc/libabw-0.1.1
/usr/share/doc/libabw-0.1.1/COPYING.MPL
/usr/share/doc/libabw-0.1.1/CREDITS
/usr/share/doc/libabw-0.1.1/README

References

Summary

In this tutorial we learn how to install libabw.i686 on Amazon Linux 2 using yum.