How To Install perl-SVG-TT-Graph on Fedora 36

In this tutorial we learn how to install perl-SVG-TT-Graph in Fedora 36. perl-SVG-TT-Graph is Base object for generating SVG Graphs

Introduction

In this tutorial we learn how to install perl-SVG-TT-Graph on Fedora 36.

What is perl-SVG-TT-Graph

This package can be used as a base for creating SVG graphs with Template Toolkit.

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

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

sudo dnf -y install perl-SVG-TT-Graph

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

sudo yum -y install perl-SVG-TT-Graph

How To Uninstall perl-SVG-TT-Graph on Fedora 36

To uninstall only the perl-SVG-TT-Graph package we can use the following command:

sudo dnf remove perl-SVG-TT-Graph

perl-SVG-TT-Graph Package Contents on Fedora 36

/usr/share/doc/perl-SVG-TT-Graph
/usr/share/doc/perl-SVG-TT-Graph/Changes
/usr/share/doc/perl-SVG-TT-Graph/README
/usr/share/doc/perl-SVG-TT-Graph/script
/usr/share/doc/perl-SVG-TT-Graph/script/generate_examples.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_bar.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_bar_horizontal.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_bar_line.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_bubble.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_heatmap.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_line.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_pie.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_timeseries.pl
/usr/share/doc/perl-SVG-TT-Graph/script/synopsis_xy.pl
/usr/share/doc/perl-SVG-TT-Graph/script/timeseries.pl
/usr/share/licenses/perl-SVG-TT-Graph
/usr/share/licenses/perl-SVG-TT-Graph/LICENSE
/usr/share/man/man3/SVG::TT::Graph.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::Bar.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::BarHorizontal.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::BarLine.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::Bubble.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::HeatMap.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::Line.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::Pie.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::TimeSeries.3pm.gz
/usr/share/man/man3/SVG::TT::Graph::XY.3pm.gz
/usr/share/perl5/vendor_perl/SVG
/usr/share/perl5/vendor_perl/SVG/TT
/usr/share/perl5/vendor_perl/SVG/TT/Graph
/usr/share/perl5/vendor_perl/SVG/TT/Graph.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/Bar.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/BarHorizontal.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/BarLine.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/Bubble.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/HeatMap.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/Line.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/Pie.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/TimeSeries.pm
/usr/share/perl5/vendor_perl/SVG/TT/Graph/XY.pm

References

Summary

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