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

Last updated: October 10,2024

1. Install "gd.i686" package

This is a short guide on how to install gd.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gd.i686

2. Uninstall "gd.i686" package

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

$ sudo dnf remove gd.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:48:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gd
Version : 2.3.2
Release : 3.el9
Architecture : i686
Size : 140 k
Source : gd-2.3.2-3.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A graphics library for quick creation of PNG or JPEG images
URL : http://libgd.github.io/
License : MIT
Description : The gd graphics library allows your code to quickly draw images
: complete with lines, arcs, text, multiple colors, cut and paste from
: other images, and flood fills, and to write out the result as a PNG or
: JPEG file. This is particularly useful in Web applications, where PNG
: and JPEG are two of the formats accepted for inline images by most
: browsers. Note that gd is not a paint program.