How To Install agg.x86_64 on Amazon Linux 2
In this tutorial we learn how to install agg.x86_64 in Amazon Linux 2. agg.x86_64 is Anti-Grain Geometry graphical rendering engine
Introduction
In this tutorial we learn how to install agg.x86_64
on Amazon Linux 2.
What is agg.x86_64
A High Quality Rendering Engine for C++.
We can use yum
to install agg.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install agg.x86_64.
Install agg.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 agg.x86_64
using yum
by running the following command:
sudo yum -y install agg.x86_64
How To Uninstall agg.x86_64 on Amazon Linux 2
To uninstall only the agg.x86_64
package we can use the following command:
sudo yum remove agg.x86_64
agg.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libagg.so.2
/usr/lib64/libagg.so.2.0.4
/usr/lib64/libaggfontfreetype.so.2
/usr/lib64/libaggfontfreetype.so.2.0.4
/usr/lib64/libaggplatformX11.so.2
/usr/lib64/libaggplatformX11.so.2.0.4
/usr/lib64/libaggplatformsdl.so.2
/usr/lib64/libaggplatformsdl.so.2.0.4
/usr/share/doc/agg-2.5
/usr/share/doc/agg-2.5/authors
/usr/share/doc/agg-2.5/copying
/usr/share/doc/agg-2.5/news
/usr/share/doc/agg-2.5/readme
References
Summary
In this tutorial we learn how to install agg.x86_64
on Amazon Linux 2 using yum.