How To Install perl-AnyEvent-HTTP-Server on Fedora 36

In this tutorial we learn how to install perl-AnyEvent-HTTP-Server in Fedora 36. perl-AnyEvent-HTTP-Server is AnyEvent HTTP/1.1 Server

Introduction

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

What is perl-AnyEvent-HTTP-Server

AnyEvent perl. It has been tested in high load production environments and may be considered both fast and stable.

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

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

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

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

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

How To Uninstall perl-AnyEvent-HTTP-Server on Fedora 36

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

sudo dnf remove perl-AnyEvent-HTTP-Server

perl-AnyEvent-HTTP-Server Package Contents on Fedora 36

/usr/share/doc/perl-AnyEvent-HTTP-Server
/usr/share/doc/perl-AnyEvent-HTTP-Server/Changes
/usr/share/doc/perl-AnyEvent-HTTP-Server/README.md
/usr/share/doc/perl-AnyEvent-HTTP-Server/ex
/usr/share/doc/perl-AnyEvent-HTTP-Server/ex/hdl_ex.pl
/usr/share/doc/perl-AnyEvent-HTTP-Server/ex/ws_ex.pl
/usr/share/doc/perl-AnyEvent-HTTP-Server/ex/ws_ex_delayed.pl
/usr/share/licenses/perl-AnyEvent-HTTP-Server
/usr/share/licenses/perl-AnyEvent-HTTP-Server/LICENSE
/usr/share/man/man3/AnyEvent::HTTP::Server.3pm.gz
/usr/share/man/man3/AnyEvent::HTTP::Server::Req.3pm.gz
/usr/share/perl5/vendor_perl/AnyEvent
/usr/share/perl5/vendor_perl/AnyEvent/HTTP
/usr/share/perl5/vendor_perl/AnyEvent/HTTP/Server
/usr/share/perl5/vendor_perl/AnyEvent/HTTP/Server.pm
/usr/share/perl5/vendor_perl/AnyEvent/HTTP/Server/Kit.pm
/usr/share/perl5/vendor_perl/AnyEvent/HTTP/Server/Req.pm
/usr/share/perl5/vendor_perl/AnyEvent/HTTP/Server/WS.pm

References

Summary

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