How to Install and Uninstall cairo.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "cairo.i686" package

Please follow the step by step instructions below to install cairo.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install cairo.i686

2. Uninstall "cairo.i686" package

In this section, we are going to explain the necessary steps to uninstall cairo.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove cairo.i686 $ sudo dnf autoremove

3. Information about the cairo.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:31:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : cairo
Version : 1.15.12
Release : 6.el8
Architecture : i686
Size : 794 k
Source : cairo-1.15.12-6.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.