How to Install and Uninstall gd.x86_64 Package on Oracle Linux 9
Last updated: November 25,2024
1. Install "gd.x86_64" package
Please follow the guidance below to install gd.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
gd.x86_64
Copied
2. Uninstall "gd.x86_64" package
In this section, we are going to explain the necessary steps to uninstall gd.x86_64 on Oracle Linux 9:
$
sudo dnf remove
gd.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the gd.x86_64 package on Oracle Linux 9
Last metadata expiration check: 2:32:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gd
Version : 2.3.2
Release : 3.el9
Architecture : x86_64
Size : 132 k
Source : gd-2.3.2-3.el9.src.rpm
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.
Available Packages
Name : gd
Version : 2.3.2
Release : 3.el9
Architecture : x86_64
Size : 132 k
Source : gd-2.3.2-3.el9.src.rpm
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.