How To Install libmwaw-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libmwaw-devel.x86_64 in Amazon Linux 2. libmwaw-devel.x86_64 is Development files for libmwaw

Introduction

In this tutorial we learn how to install libmwaw-devel.x86_64 on Amazon Linux 2.

What is libmwaw-devel.x86_64

The libmwaw-devel package contains libraries and header files for developing applications that use libmwaw.

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

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

sudo yum -y install libmwaw-devel.x86_64

How To Uninstall libmwaw-devel.x86_64 on Amazon Linux 2

To uninstall only the libmwaw-devel.x86_64 package we can use the following command:

sudo yum remove libmwaw-devel.x86_64

libmwaw-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libmwaw-0.3
/usr/include/libmwaw-0.3/libmwaw
/usr/include/libmwaw-0.3/libmwaw/MWAWDocument.hxx
/usr/include/libmwaw-0.3/libmwaw/libmwaw.hxx
/usr/lib64/libmwaw-0.3.so
/usr/lib64/pkgconfig/libmwaw-0.3.pc
/usr/share/doc/libmwaw-devel-0.3.5
/usr/share/doc/libmwaw-devel-0.3.5/HACKING

References

Summary

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