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

Last updated: January 08,2025

1. Install "cairomm.i686" package

This is a short guide on how to install cairomm.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cairomm.i686

2. Uninstall "cairomm.i686" package

This tutorial shows how to uninstall cairomm.i686 on Amazon Linux 2:

$ sudo yum remove cairomm.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : cairomm
Arch : i686
Version : 1.12.0
Release : 1.amzn2.0.2
Size : 64 k
Repo : amzn2-core/2/x86_64
Summary : C++ API for the cairo graphics library
URL : http://www.cairographics.org
License : LGPLv2+
Description : Cairomm is the C++ API for the cairo graphics library. It offers
: all the power of cairo with an interface familiar to C++
: developers, including use of the Standard Template Library where
: it makes sense.