How To Install perl-Starlet on Fedora 36

In this tutorial we learn how to install perl-Starlet in Fedora 36. perl-Starlet is Simple, high-performance PSGI/Plack HTTP server

Introduction

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

What is perl-Starlet

Starlet is a standalone HTTP/1.0 server with support for keep-alive, prefork, graceful shutdown, hot deploy, fast HTTP processing, and is suitable for running HTTP application servers behind a reverse proxy.

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

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

sudo dnf -y install perl-Starlet

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

sudo yum -y install perl-Starlet

How To Uninstall perl-Starlet on Fedora 36

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

sudo dnf remove perl-Starlet

perl-Starlet Package Contents on Fedora 36

/usr/share/doc/perl-Starlet
/usr/share/doc/perl-Starlet/Changes
/usr/share/doc/perl-Starlet/README
/usr/share/man/man3/Starlet.3pm.gz
/usr/share/perl5/vendor_perl/Plack
/usr/share/perl5/vendor_perl/Plack/Handler
/usr/share/perl5/vendor_perl/Plack/Handler/Starlet.pm
/usr/share/perl5/vendor_perl/Starlet
/usr/share/perl5/vendor_perl/Starlet.pm
/usr/share/perl5/vendor_perl/Starlet/Server.pm

References

Summary

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