How To Install perl-SGML-Parser-OpenSP on Fedora 36

In this tutorial we learn how to install perl-SGML-Parser-OpenSP in Fedora 36. perl-SGML-Parser-OpenSP is Perl interface to the OpenSP SGML and XML parser

Introduction

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

What is perl-SGML-Parser-OpenSP

SGML and XS, to the OpenSP SGML and XML parser.

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

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

sudo dnf -y install perl-SGML-Parser-OpenSP

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

sudo yum -y install perl-SGML-Parser-OpenSP

How To Uninstall perl-SGML-Parser-OpenSP on Fedora 36

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

sudo dnf remove perl-SGML-Parser-OpenSP

perl-SGML-Parser-OpenSP Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/cc7a4f143fd400131b281e3d89dbf04b7c1b27
/usr/lib64/perl5/vendor_perl/SGML
/usr/lib64/perl5/vendor_perl/SGML/Parser
/usr/lib64/perl5/vendor_perl/SGML/Parser/OpenSP
/usr/lib64/perl5/vendor_perl/SGML/Parser/OpenSP.pm
/usr/lib64/perl5/vendor_perl/SGML/Parser/OpenSP/Tools.pm
/usr/lib64/perl5/vendor_perl/auto/SGML
/usr/lib64/perl5/vendor_perl/auto/SGML/Parser
/usr/lib64/perl5/vendor_perl/auto/SGML/Parser/OpenSP
/usr/lib64/perl5/vendor_perl/auto/SGML/Parser/OpenSP/OpenSP.so
/usr/share/doc/perl-SGML-Parser-OpenSP
/usr/share/doc/perl-SGML-Parser-OpenSP/Changes
/usr/share/doc/perl-SGML-Parser-OpenSP/README
/usr/share/man/man3/SGML::Parser::OpenSP.3pm.gz
/usr/share/man/man3/SGML::Parser::OpenSP::Tools.3pm.gz

References

Summary

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