How To Install perl-GDTextUtil on Fedora 36

In this tutorial we learn how to install perl-GDTextUtil in Fedora 36. perl-GDTextUtil is Text utilities for use with GD

Introduction

In this tutorial we learn how to install perl-GDTextUtil on Fedora 36.

What is perl-GDTextUtil

This package provides three modules that make it possible to work with internal GD fonts as well as TrueType fonts, without having to worry about different interface functions to call. Apart from an abstract interface to all font types and strings for GD, this library also provides some utility in aligning and wrapping your string.

We can use yum or dnf to install perl-GDTextUtil on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GDTextUtil.

Install perl-GDTextUtil on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-GDTextUtil using dnf by running the following command:

sudo dnf -y install perl-GDTextUtil

Install perl-GDTextUtil on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-GDTextUtil using yum by running the following command:

sudo yum -y install perl-GDTextUtil

How To Uninstall perl-GDTextUtil on Fedora 36

To uninstall only the perl-GDTextUtil package we can use the following command:

sudo dnf remove perl-GDTextUtil

perl-GDTextUtil Package Contents on Fedora 36

/usr/share/doc/perl-GDTextUtil
/usr/share/doc/perl-GDTextUtil/Changes
/usr/share/doc/perl-GDTextUtil/README
/usr/share/doc/perl-GDTextUtil/demo
/usr/share/doc/perl-GDTextUtil/demo/GDWrap.pl
/usr/share/doc/perl-GDTextUtil/demo/GDWrap.ref.png
/usr/share/man/man3/GD::Text.3pm.gz
/usr/share/man/man3/GD::Text::Align.3pm.gz
/usr/share/man/man3/GD::Text::Wrap.3pm.gz
/usr/share/perl5/vendor_perl/GD
/usr/share/perl5/vendor_perl/GD/Text
/usr/share/perl5/vendor_perl/GD/Text.pm
/usr/share/perl5/vendor_perl/GD/Text/Align.pm
/usr/share/perl5/vendor_perl/GD/Text/Wrap.pm

References

Summary

In this tutorial we learn how to install perl-GDTextUtil on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).