How To Install perl-Web-Paste-Simple on Fedora 36

In this tutorial we learn how to install perl-Web-Paste-Simple in Fedora 36. perl-Web-Paste-Simple is Simple PSGI-based pastebin-like web site

Introduction

In this tutorial we learn how to install perl-Web-Paste-Simple on Fedora 36.

What is perl-Web-Paste-Simple

Web a pastebin-like web site. It provides syntax highlighting via the CodeMirror JavaScript library. It should be fast enough for deployment via CGI.

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

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

sudo dnf -y install perl-Web-Paste-Simple

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

sudo yum -y install perl-Web-Paste-Simple

How To Uninstall perl-Web-Paste-Simple on Fedora 36

To uninstall only the perl-Web-Paste-Simple package we can use the following command:

sudo dnf remove perl-Web-Paste-Simple

perl-Web-Paste-Simple Package Contents on Fedora 36

/usr/share/doc/perl-Web-Paste-Simple
/usr/share/doc/perl-Web-Paste-Simple/CONTRIBUTING
/usr/share/doc/perl-Web-Paste-Simple/COPYRIGHT
/usr/share/doc/perl-Web-Paste-Simple/CREDITS
/usr/share/doc/perl-Web-Paste-Simple/Changes
/usr/share/doc/perl-Web-Paste-Simple/README
/usr/share/licenses/perl-Web-Paste-Simple
/usr/share/licenses/perl-Web-Paste-Simple/LICENSE
/usr/share/man/man3/Web::Paste::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Web
/usr/share/perl5/vendor_perl/Web/Paste
/usr/share/perl5/vendor_perl/Web/Paste/Simple.pm

References

Summary

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