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

Last updated: November 21,2024

1. Install "gd.i686" package

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

$ sudo dnf update $ sudo dnf install gd.i686

2. Uninstall "gd.i686" package

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

$ sudo dnf remove gd.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:12:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gd
Version : 2.2.5
Release : 7.el8
Architecture : i686
Size : 152 k
Source : gd-2.2.5-7.el8.src.rpm
Repository : ubi-8-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.