How To Install perl-SVG on Fedora 36

In this tutorial we learn how to install perl-SVG in Fedora 36. perl-SVG is An extension to generate stand-alone or inline SGV

Introduction

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

What is perl-SVG

SVG.pm is a Perl extension to generate stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG XML recommendation

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

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

sudo dnf -y install perl-SVG

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

sudo yum -y install perl-SVG

How To Uninstall perl-SVG on Fedora 36

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

sudo dnf remove perl-SVG

perl-SVG Package Contents on Fedora 36

/usr/share/doc/perl-SVG
/usr/share/doc/perl-SVG/Changes
/usr/share/doc/perl-SVG/README
/usr/share/doc/perl-SVG/examples
/usr/share/doc/perl-SVG/examples/01_circle.pl
/usr/share/doc/perl-SVG/examples/02_circle_with_color.pl
/usr/share/doc/perl-SVG/examples/03_circle_and_square.pl
/usr/share/doc/perl-SVG/examples/SVG_02_sample.pl
/usr/share/doc/perl-SVG/examples/attributeManip.pl
/usr/share/doc/perl-SVG/examples/circle.pl
/usr/share/doc/perl-SVG/examples/ellipse.pl
/usr/share/doc/perl-SVG/examples/image_sample.pl
/usr/share/doc/perl-SVG/examples/inline_sample.pl
/usr/share/doc/perl-SVG/examples/inlinesvg.pl
/usr/share/doc/perl-SVG/examples/minsvg.pl
/usr/share/doc/perl-SVG/examples/starpath.cgi
/usr/share/doc/perl-SVG/examples/sun_text_sample.pl
/usr/share/doc/perl-SVG/examples/svg.psgi
/usr/share/doc/perl-SVG/examples/svg2png.pl
/usr/share/doc/perl-SVG/examples/svg_dom_sample.pl
/usr/share/doc/perl-SVG/examples/svgtest2.pl
/usr/share/doc/perl-SVG/examples/yaph5.cgi
/usr/share/licenses/perl-SVG
/usr/share/licenses/perl-SVG/LICENSE
/usr/share/man/man3/SVG.3pm.gz
/usr/share/man/man3/SVG::DOM.3pm.gz
/usr/share/man/man3/SVG::Element.3pm.gz
/usr/share/man/man3/SVG::Extension.3pm.gz
/usr/share/man/man3/SVG::XML.3pm.gz
/usr/share/perl5/vendor_perl/SVG
/usr/share/perl5/vendor_perl/SVG.pm
/usr/share/perl5/vendor_perl/SVG/DOM.pm
/usr/share/perl5/vendor_perl/SVG/Element.pm
/usr/share/perl5/vendor_perl/SVG/Extension.pm
/usr/share/perl5/vendor_perl/SVG/XML.pm

References

Summary

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