gd-last.x86_64 on CentOS 7 / RHEL 7

Last updated: December 03,2022

1. Install gd-last.x86_64 package

Please follow the guidance below to install gd-last.x86_64 package:

sudo yum makecache
sudo yum install gd-last.x86_64

2. Uninstall / Remove gd-last.x86_64 package

Please follow the instructions below to uninstall gd-last.x86_64 package:

sudo yum remove gd-last.x86_64
sudo yum autoremove

3. Details of gd-last.x86_64 package

Installed Packages
Name : gd-last
Arch : x86_64
Version : 2.3.2
Release : 1.el7.remi
Size : 410 k
Repo : installed
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.