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

Last updated: October 06,2024

1. Install "php-gd.x86_64" package

This tutorial shows how to install php-gd.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install php-gd.x86_64

2. Uninstall "php-gd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall php-gd.x86_64 on CentOS Stream 8:

$ sudo dnf remove php-gd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:42:40 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : php-gd
Version : 8.3.3
Release : 1.el8.remi
Architecture : x86_64
Size : 229 k
Source : php-8.3.3-1.el8.remi.src.rpm
Repository : @System
From repo : remi-modular
Summary : A module for PHP applications for using the gd graphics library
URL : http://www.php.net/
License : PHP-3.01
Description : The php-gd package contains a dynamic shared object that will add
: support for using the gd graphics library to PHP.