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

Last updated: May 16,2024

1. Install "gd.src" package

This tutorial shows how to install gd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gd.src

2. Uninstall "gd.src" package

This guide covers the steps necessary to uninstall gd.src on Oracle Linux 9:

$ sudo dnf remove gd.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:11:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gd
Version : 2.3.2
Release : 3.el9
Architecture : src
Size : 2.7 M
Source : None
Repository : ol9_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.