How To Install perl-HTML-Prototype on Fedora 36

In this tutorial we learn how to install perl-HTML-Prototype in Fedora 36. perl-HTML-Prototype is Generate HTML and Javascript for the Prototype library

Introduction

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

What is perl-HTML-Prototype

This perl module contains some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. The Prototype library (http Catalyst

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

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

sudo dnf -y install perl-HTML-Prototype

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

sudo yum -y install perl-HTML-Prototype

How To Uninstall perl-HTML-Prototype on Fedora 36

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

sudo dnf remove perl-HTML-Prototype

perl-HTML-Prototype Package Contents on Fedora 36

/usr/share/doc/perl-HTML-Prototype
/usr/share/doc/perl-HTML-Prototype/Changes
/usr/share/doc/perl-HTML-Prototype/README
/usr/share/man/man3/HTML::Prototype.3pm.gz
/usr/share/man/man3/HTML::Prototype::Controls.3pm.gz
/usr/share/man/man3/HTML::Prototype::DragDrop.3pm.gz
/usr/share/man/man3/HTML::Prototype::Effects.3pm.gz
/usr/share/man/man3/HTML::Prototype::Helper.3pm.gz
/usr/share/man/man3/HTML::Prototype::Helper::Tag.3pm.gz
/usr/share/man/man3/HTML::Prototype::Js.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/Prototype
/usr/share/perl5/vendor_perl/HTML/Prototype.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/Controls.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/DragDrop.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/Effects.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/Helper
/usr/share/perl5/vendor_perl/HTML/Prototype/Helper.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/Helper/Tag.pm
/usr/share/perl5/vendor_perl/HTML/Prototype/Js.pm

References

Summary

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