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

Last updated: October 10,2024

1. Install "cairo.i686" package

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

$ sudo dnf update $ sudo dnf install cairo.i686

2. Uninstall "cairo.i686" package

Please follow the steps below to uninstall cairo.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove cairo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:48:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : cairo
Version : 1.17.4
Release : 7.el9
Architecture : i686
Size : 721 k
Source : cairo-1.17.4-7.el9.src.rpm
Repository : ubi-9-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.