How To Install perl-SVG-Parser on Fedora 36

In this tutorial we learn how to install perl-SVG-Parser in Fedora 36. perl-SVG-Parser is XML Parser for SVG documents

Introduction

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

What is perl-SVG-Parser

SVG produces an SVG object as its output.

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

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

sudo dnf -y install perl-SVG-Parser

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

sudo yum -y install perl-SVG-Parser

How To Uninstall perl-SVG-Parser on Fedora 36

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

sudo dnf remove perl-SVG-Parser

perl-SVG-Parser Package Contents on Fedora 36

/usr/share/doc/perl-SVG-Parser
/usr/share/doc/perl-SVG-Parser/CHANGES
/usr/share/doc/perl-SVG-Parser/README
/usr/share/man/man3/SVG::Parser.3pm.gz
/usr/share/man/man3/SVG::Parser::Expat.3pm.gz
/usr/share/man/man3/SVG::Parser::SAX.3pm.gz
/usr/share/man/man3/SVG::Parser::SAX::Handler.3pm.gz
/usr/share/perl5/vendor_perl/SVG
/usr/share/perl5/vendor_perl/SVG/Parser
/usr/share/perl5/vendor_perl/SVG/Parser.pm
/usr/share/perl5/vendor_perl/SVG/Parser/Base.pm
/usr/share/perl5/vendor_perl/SVG/Parser/Expat.pm
/usr/share/perl5/vendor_perl/SVG/Parser/SAX
/usr/share/perl5/vendor_perl/SVG/Parser/SAX.pm
/usr/share/perl5/vendor_perl/SVG/Parser/SAX/Handler.pm

References

Summary

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