How to Install and Uninstall gd3php.x86_64 Package on Oracle Linux 9

Last updated: June 17,2024

1. Install "gd3php.x86_64" package

Learn how to install gd3php.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gd3php.x86_64

2. Uninstall "gd3php.x86_64" package

This guide covers the steps necessary to uninstall gd3php.x86_64 on Oracle Linux 9:

$ sudo dnf remove gd3php.x86_64 $ sudo dnf autoremove

3. Information about the gd3php.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:51:54 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : gd3php
Version : 2.3.3
Release : 9.el9.remi
Architecture : x86_64
Size : 424 k
Source : gd3php-2.3.3-9.el9.remi.src.rpm
Repository : @System
From repo : remi-safe
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.