How to Install and Uninstall cairo.i686 Package on Amazon Linux 2

Last updated: January 12,2025

1. Install "cairo.i686" package

Please follow the guidance below to install cairo.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cairo.i686

2. Uninstall "cairo.i686" package

Please follow the steps below to uninstall cairo.i686 on Amazon Linux 2:

$ sudo yum remove cairo.i686 $ sudo yum autoremove

3. Information about the cairo.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cairo
Arch : i686
Version : 1.15.12
Release : 4.amzn2
Size : 813 k
Repo : amzn2-core/2/x86_64
Summary : A 2D graphics library
URL : http://cairographics.org
License : LGPLv2 or MPLv1.1
Description : Cairo is a 2D graphics library designed to provide high-quality
: display and print output. Currently supported output targets
: include the X Window System, in-memory image buffers, and image
: files (PDF, PostScript, and SVG).
:
: Cairo is designed to produce consistent output on all output media
: while taking advantage of display hardware acceleration when
: available.