How to Install and Uninstall cairo.i686 Package on Fedora 39

Last updated: September 22,2024

1. Install "cairo.i686" package

Learn how to install cairo.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install cairo.i686

2. Uninstall "cairo.i686" package

This is a short guide on how to uninstall cairo.i686 on Fedora 39:

$ sudo dnf remove cairo.i686 $ sudo dnf autoremove

3. Information about the cairo.i686 package on Fedora 39

Last metadata expiration check: 4:35:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cairo
Version : 1.18.0
Release : 1.fc39
Architecture : i686
Size : 756 k
Source : cairo-1.18.0-1.fc39.src.rpm
Repository : fedora
Summary : A 2D graphics library
URL : https://cairographics.org
License : LGPL-2.1-only OR MPL-1.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.