How To Install libart_lgpl.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libart_lgpl.x86_64 in Amazon Linux 2. libart_lgpl.x86_64 is Library of graphics routines used by libgnomecanvas

Introduction

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

What is libart_lgpl.x86_64

Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like.

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

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

sudo yum -y install libart_lgpl.x86_64

How To Uninstall libart_lgpl.x86_64 on Amazon Linux 2

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

sudo yum remove libart_lgpl.x86_64

libart_lgpl.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libart_lgpl_2.so.2
/usr/lib64/libart_lgpl_2.so.2.3.21
/usr/share/doc/libart_lgpl-2.3.21
/usr/share/doc/libart_lgpl-2.3.21/AUTHORS
/usr/share/doc/libart_lgpl-2.3.21/COPYING
/usr/share/doc/libart_lgpl-2.3.21/NEWS
/usr/share/doc/libart_lgpl-2.3.21/README

References

Summary

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