How to Install and Uninstall cairo.i686 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "cairo.i686" package

Please follow the guidance below to install cairo.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install cairo.i686

2. Uninstall "cairo.i686" package

Please follow the guidance below to uninstall cairo.i686 on AlmaLinux 9:

$ sudo dnf remove cairo.i686 $ sudo dnf autoremove

3. Information about the cairo.i686 package on AlmaLinux 9

Last metadata expiration check: 0:38:05 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : cairo
Version : 1.17.4
Release : 7.el9
Architecture : i686
Size : 716 k
Source : cairo-1.17.4-7.el9.src.rpm
Repository : appstream
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.