How To Install perl-GDGraph3d on Fedora 36

In this tutorial we learn how to install perl-GDGraph3d in Fedora 36. perl-GDGraph3d is 3D graph generation package for Perl

Introduction

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

What is perl-GDGraph3d

This is the GD the GD graph using Lincoln Stein’s GD.pm.

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

Install perl-GDGraph3d 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-GDGraph3d using dnf by running the following command:

sudo dnf -y install perl-GDGraph3d

Install perl-GDGraph3d 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-GDGraph3d using yum by running the following command:

sudo yum -y install perl-GDGraph3d

How To Uninstall perl-GDGraph3d on Fedora 36

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

sudo dnf remove perl-GDGraph3d

perl-GDGraph3d Package Contents on Fedora 36

/usr/share/doc/perl-GDGraph3d
/usr/share/doc/perl-GDGraph3d/Changes
/usr/share/man/man3/GD::Graph3d.3pm.gz
/usr/share/perl5/vendor_perl/GD
/usr/share/perl5/vendor_perl/GD/Graph
/usr/share/perl5/vendor_perl/GD/Graph/axestype3d.pm
/usr/share/perl5/vendor_perl/GD/Graph/bars3d.pm
/usr/share/perl5/vendor_perl/GD/Graph/cylinder.pm
/usr/share/perl5/vendor_perl/GD/Graph/cylinder3d.pm
/usr/share/perl5/vendor_perl/GD/Graph/lines3d.pm
/usr/share/perl5/vendor_perl/GD/Graph/pie3d.pm
/usr/share/perl5/vendor_perl/GD/Graph3d.pm

References

Summary

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