How to Install and Uninstall gd.x86_64 Package on CentOS Stream 8

Last updated: June 26,2024

1. Install "gd.x86_64" package

This guide let you learn how to install gd.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install gd.x86_64

2. Uninstall "gd.x86_64" package

Here is a brief guide to show you how to uninstall gd.x86_64 on CentOS Stream 8:

$ sudo dnf remove gd.x86_64 $ sudo dnf autoremove

3. Information about the gd.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:31:11 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : gd
Version : 2.2.5
Release : 7.el8
Architecture : x86_64
Size : 144 k
Source : gd-2.2.5-7.el8.src.rpm
Repository : 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.