How To Install perl-HTTP-Server-Simple-Static on Fedora 36

In this tutorial we learn how to install perl-HTTP-Server-Simple-Static in Fedora 36. perl-HTTP-Server-Simple-Static is Serve static files with HTTP

Introduction

In this tutorial we learn how to install perl-HTTP-Server-Simple-Static on Fedora 36.

What is perl-HTTP-Server-Simple-Static

HTTP HTTP

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

Install perl-HTTP-Server-Simple-Static 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-HTTP-Server-Simple-Static using dnf by running the following command:

sudo dnf -y install perl-HTTP-Server-Simple-Static

Install perl-HTTP-Server-Simple-Static 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-HTTP-Server-Simple-Static using yum by running the following command:

sudo yum -y install perl-HTTP-Server-Simple-Static

How To Uninstall perl-HTTP-Server-Simple-Static on Fedora 36

To uninstall only the perl-HTTP-Server-Simple-Static package we can use the following command:

sudo dnf remove perl-HTTP-Server-Simple-Static

perl-HTTP-Server-Simple-Static Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Server-Simple-Static
/usr/share/doc/perl-HTTP-Server-Simple-Static/Changes
/usr/share/doc/perl-HTTP-Server-Simple-Static/example.pl
/usr/share/man/man3/HTTP::Server::Simple::Static.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Server
/usr/share/perl5/vendor_perl/HTTP/Server/Simple
/usr/share/perl5/vendor_perl/HTTP/Server/Simple/Static.pm

References

Summary

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