How to Install and Uninstall gd.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "gd.src" package

In this section, we are going to explain the necessary steps to install gd.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gd.src

2. Uninstall "gd.src" package

In this section, we are going to explain the necessary steps to uninstall gd.src on Oracle Linux 8:

$ sudo dnf remove gd.src $ sudo dnf autoremove

3. Information about the gd.src package on Oracle Linux 8

Last metadata expiration check: 0:51:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gd
Version : 2.2.5
Release : 7.el8
Architecture : src
Size : 2.5 M
Source : None
Repository : ol8_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.