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

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

Introduction

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

What is libfreehand-devel.x86_64

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

We can use yum to install libfreehand-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 libfreehand-devel.x86_64.

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

sudo yum -y install libfreehand-devel.x86_64

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

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

sudo yum remove libfreehand-devel.x86_64

libfreehand-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libfreehand-0.1
/usr/include/libfreehand-0.1/libfreehand
/usr/include/libfreehand-0.1/libfreehand/FreeHandDocument.h
/usr/include/libfreehand-0.1/libfreehand/libfreehand.h
/usr/lib64/libfreehand-0.1.so
/usr/lib64/pkgconfig/libfreehand-0.1.pc
/usr/share/doc/libfreehand-devel-0.1.1
/usr/share/doc/libfreehand-devel-0.1.1/ChangeLog

References

Summary

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