How To Install libfreehand.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libfreehand.x86_64 in Amazon Linux 2. libfreehand.x86_64 is A library for import of Macromedia/Adobe FreeHand documents

Introduction

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

What is libfreehand.x86_64

libfreehand is library providing ability to interpret and import Macromedia/Adobe FreeHand documents into various applications.

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

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

sudo yum -y install libfreehand.x86_64

How To Uninstall libfreehand.x86_64 on Amazon Linux 2

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

sudo yum remove libfreehand.x86_64

libfreehand.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libfreehand-0.1.so.1
/usr/lib64/libfreehand-0.1.so.1.0.1
/usr/share/doc/libfreehand-0.1.1
/usr/share/doc/libfreehand-0.1.1/AUTHORS
/usr/share/doc/libfreehand-0.1.1/COPYING

References

Summary

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