gd.x86_64 on CentOS 8 / RHEL 8

Last updated: July 07,2022

1. Install gd.x86_64 package

Please follow the instructions below to install gd.x86_64 package:

sudo dnf makecache
sudo dnf install gd.x86_64

2. Uninstall / Remove gd.x86_64 package

Here is a brief guide to show you how to uninstall gd.x86_64 package:

sudo dnf remove gd.x86_64
sudo dnf autoremove

3. Details of gd.x86_64 package

Last metadata expiration check: 1 day, 3:29:48 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : gd
Version : 2.2.5
Release : 7.el8
Architecture : x86_64
Size : 413 k
Source : gd-2.2.5-7.el8.src.rpm
Repository : @System
From repo : appstream
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.