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