How To Install perl-HTTP-Server-Simple on Rocky Linux 8

In this tutorial we learn how to install perl-HTTP-Server-Simple on Rocky Linux 8. perl-HTTP-Server-Simple is Very simple standalone HTTP daemon

Introduction

In this tutorial we learn how to install perl-HTTP-Server-Simple on Rocky Linux 8.

What is perl-HTTP-Server-Simple

HTTP module dependencies. It’s ideal for building a standalone http-based UI to your existing tools.

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

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

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

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

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

How To Uninstall perl-HTTP-Server-Simple on Rocky Linux 8

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

sudo dnf remove perl-HTTP-Server-Simple

perl-HTTP-Server-Simple Package Contents on Rocky Linux 8

/usr/share/doc/perl-HTTP-Server-Simple
/usr/share/doc/perl-HTTP-Server-Simple/Changes
/usr/share/doc/perl-HTTP-Server-Simple/README
/usr/share/doc/perl-HTTP-Server-Simple/ex
/usr/share/doc/perl-HTTP-Server-Simple/ex/sample_server
/usr/share/man/man3/HTTP::Server::Simple.3pm.gz
/usr/share/man/man3/HTTP::Server::Simple::CGI.3pm.gz
/usr/share/man/man3/HTTP::Server::Simple::CGI::Environment.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.pm
/usr/share/perl5/vendor_perl/HTTP/Server/Simple/CGI
/usr/share/perl5/vendor_perl/HTTP/Server/Simple/CGI.pm
/usr/share/perl5/vendor_perl/HTTP/Server/Simple/CGI/Environment.pm

References

Summary

In this tutorial we learn how to install perl-HTTP-Server-Simple on Rocky Linux 8 using yum and dnf.