How To Install perl-GD on CentOS 7
Introduction
In this tutorial we learn how to install perl-GD
on CentOS 7.
What is perl-GD
This is a autoloadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
We can use yum
or dnf
to install perl-GD
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GD.
Install perl-GD on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install perl-GD
using yum
by running the following command:
Install perl-GD on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install perl-GD
using dnf
by running the following command:
How To Uninstall perl-GD on CentOS 7
To uninstall only the perl-GD
package we can use the following command:
References
Summary
In this tutorial we learn how to install perl-GD
on CentOS 7 using yum
and dnf
.