How to Install and Uninstall gd.i686 Package on Fedora 34

Last updated: May 18,2024

1. Install "gd.i686" package

Please follow the guidance below to install gd.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gd.i686

2. Uninstall "gd.i686" package

In this section, we are going to explain the necessary steps to uninstall gd.i686 on Fedora 34:

$ sudo dnf remove gd.i686 $ sudo dnf autoremove

3. Information about the gd.i686 package on Fedora 34

Last metadata expiration check: 0:32:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gd
Version : 2.3.2
Release : 2.fc34
Architecture : i686
Size : 145 k
Source : gd-2.3.2-2.fc34.src.rpm
Repository : fedora
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.