How To Install perl-SVG-Graph on Fedora 36

In this tutorial we learn how to install perl-SVG-Graph in Fedora 36. perl-SVG-Graph is Visualize your data in Scalable Vector Graphics (SVG) format

Introduction

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

What is perl-SVG-Graph

SVG currently supports plots of one-, two- and three-dimensional data, as well as N-ary rooted trees.

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

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

sudo dnf -y install perl-SVG-Graph

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

sudo yum -y install perl-SVG-Graph

How To Uninstall perl-SVG-Graph on Fedora 36

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

sudo dnf remove perl-SVG-Graph

perl-SVG-Graph Package Contents on Fedora 36

/usr/share/doc/perl-SVG-Graph
/usr/share/doc/perl-SVG-Graph/Changes
/usr/share/doc/perl-SVG-Graph/README
/usr/share/doc/perl-SVG-Graph/eg
/usr/share/doc/perl-SVG-Graph/eg/bar.pl
/usr/share/doc/perl-SVG-Graph/eg/bar_test.pl
/usr/share/doc/perl-SVG-Graph/eg/barstack.pl
/usr/share/doc/perl-SVG-Graph/eg/bezier.pl
/usr/share/doc/perl-SVG-Graph/eg/bubble.pl
/usr/share/doc/perl-SVG-Graph/eg/data
/usr/share/doc/perl-SVG-Graph/eg/data/organsystems.dchip.txt
/usr/share/doc/perl-SVG-Graph/eg/frequency.pl
/usr/share/doc/perl-SVG-Graph/eg/heatmap.pl
/usr/share/doc/perl-SVG-Graph/eg/heatmap2.pl
/usr/share/doc/perl-SVG-Graph/eg/histo.pl
/usr/share/doc/perl-SVG-Graph/eg/line.pl
/usr/share/doc/perl-SVG-Graph/eg/newick_tree.pl
/usr/share/doc/perl-SVG-Graph/eg/pictogram.pl
/usr/share/doc/perl-SVG-Graph/eg/scatter.pl
/usr/share/doc/perl-SVG-Graph/eg/tree.pl
/usr/share/doc/perl-SVG-Graph/eg/tree_of_life.pl
/usr/share/doc/perl-SVG-Graph/eg/wedge.pl
/usr/share/licenses/perl-SVG-Graph
/usr/share/licenses/perl-SVG-Graph/LICENSE
/usr/share/man/man3/SVG::Graph.3pm.gz
/usr/share/man/man3/SVG::Graph::Data.3pm.gz
/usr/share/man/man3/SVG::Graph::Data::Datum.3pm.gz
/usr/share/man/man3/SVG::Graph::Data::Node.3pm.gz
/usr/share/man/man3/SVG::Graph::Data::Tree.3pm.gz
/usr/share/man/man3/SVG::Graph::File.3pm.gz
/usr/share/man/man3/SVG::Graph::Frame.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::axis.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::bar.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::barflex.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::bezier.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::bubble.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::heatmap.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::line.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::pictogram.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::scatter.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::tree.3pm.gz
/usr/share/man/man3/SVG::Graph::Glyph::wedge.3pm.gz
/usr/share/perl5/vendor_perl/SVG
/usr/share/perl5/vendor_perl/SVG/Graph
/usr/share/perl5/vendor_perl/SVG/Graph.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Data
/usr/share/perl5/vendor_perl/SVG/Graph/Data.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Data/Datum.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Data/Node.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Data/Tree.pm
/usr/share/perl5/vendor_perl/SVG/Graph/File.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Frame.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/axis.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/bar.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/barflex.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/bezier.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/bubble.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/heatmap.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/line.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/pictogram.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/scatter.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/tree.pm
/usr/share/perl5/vendor_perl/SVG/Graph/Glyph/wedge.pm

References

Summary

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