How To Install libspiro.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libspiro.x86_64 in Amazon Linux 2. libspiro.x86_64 is Library to simplify the drawing of beautiful curves

Introduction

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

What is libspiro.x86_64

This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers.

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

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

sudo yum -y install libspiro.x86_64

How To Uninstall libspiro.x86_64 on Amazon Linux 2

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

sudo yum remove libspiro.x86_64

libspiro.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libspiro.so.0
/usr/lib64/libspiro.so.0.0.1
/usr/share/doc/libspiro-20071029
/usr/share/doc/libspiro-20071029/README
/usr/share/doc/libspiro-20071029/README-RaphLevien
/usr/share/doc/libspiro-20071029/gpl.txt

References

Summary

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