How To Install perl-Starman on Fedora 36

In this tutorial we learn how to install perl-Starman in Fedora 36. perl-Starman is High-performance preforking PSGI/Plack web server

Introduction

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

What is perl-Starman

Starman is a PSGI perl web server that has unique features such as high performance, preforking, use of signals and a small memory footprint. It is PSGI compatible and offers HTTP/1.1 support.

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

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

sudo dnf -y install perl-Starman

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

sudo yum -y install perl-Starman

How To Uninstall perl-Starman on Fedora 36

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

sudo dnf remove perl-Starman

perl-Starman Package Contents on Fedora 36

/usr/bin/starman
/usr/share/doc/perl-Starman
/usr/share/doc/perl-Starman/Changes
/usr/share/doc/perl-Starman/README
/usr/share/licenses/perl-Starman
/usr/share/licenses/perl-Starman/LICENSE
/usr/share/man/man1/starman.1.gz
/usr/share/man/man3/HTTP::Server::PSGI::Net::Server::PreFork.3pm.gz
/usr/share/man/man3/Plack::Handler::Starman.3pm.gz
/usr/share/man/man3/Starman.3pm.gz
/usr/share/man/man3/Starman::Server.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Server
/usr/share/perl5/vendor_perl/HTTP/Server/PSGI
/usr/share/perl5/vendor_perl/HTTP/Server/PSGI/Net
/usr/share/perl5/vendor_perl/HTTP/Server/PSGI/Net/Server
/usr/share/perl5/vendor_perl/HTTP/Server/PSGI/Net/Server/PreFork.pm
/usr/share/perl5/vendor_perl/Plack
/usr/share/perl5/vendor_perl/Plack/Handler
/usr/share/perl5/vendor_perl/Plack/Handler/Starman.pm
/usr/share/perl5/vendor_perl/Starman
/usr/share/perl5/vendor_perl/Starman.pm
/usr/share/perl5/vendor_perl/Starman/Server.pm

References

Summary

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