How To Install libabw-tools.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libabw-tools.x86_64 in Amazon Linux 2. libabw-tools.x86_64 is Tools to transform AbiWord files into other formats

Introduction

In this tutorial we learn how to install libabw-tools.x86_64 on Amazon Linux 2.

What is libabw-tools.x86_64

Tools to transform AbiWord files into other formats. Currently supported

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

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

sudo yum -y install libabw-tools.x86_64

How To Uninstall libabw-tools.x86_64 on Amazon Linux 2

To uninstall only the libabw-tools.x86_64 package we can use the following command:

sudo yum remove libabw-tools.x86_64

libabw-tools.x86_64 Package Contents on Amazon Linux 2

/usr/bin/abw2html
/usr/bin/abw2raw
/usr/bin/abw2text
/usr/share/man/man1/abw2html.1.gz
/usr/share/man/man1/abw2raw.1.gz
/usr/share/man/man1/abw2text.1.gz

References

Summary

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