How To Install perl-Net-HTTP on Rocky Linux 8

In this tutorial we learn how to install perl-Net-HTTP on Rocky Linux 8. perl-Net-HTTP is Low-level HTTP connection (client)

Introduction

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

What is perl-Net-HTTP

The Net Net protocol is described in RFC 2616. The Net and HTTP/1.1.

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

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

sudo dnf -y install perl-Net-HTTP

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

sudo yum -y install perl-Net-HTTP

How To Uninstall perl-Net-HTTP on Rocky Linux 8

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

sudo dnf remove perl-Net-HTTP

perl-Net-HTTP Package Contents on Rocky Linux 8

/usr/share/doc/perl-Net-HTTP
/usr/share/doc/perl-Net-HTTP/CONTRIBUTORS
/usr/share/doc/perl-Net-HTTP/Changes
/usr/share/doc/perl-Net-HTTP/README.md
/usr/share/licenses/perl-Net-HTTP
/usr/share/licenses/perl-Net-HTTP/LICENSE
/usr/share/man/man3/Net::HTTP.3pm.gz
/usr/share/man/man3/Net::HTTP::Methods.3pm.gz
/usr/share/man/man3/Net::HTTP::NB.3pm.gz
/usr/share/man/man3/Net::HTTPS.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/HTTP
/usr/share/perl5/vendor_perl/Net/HTTP.pm
/usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm
/usr/share/perl5/vendor_perl/Net/HTTP/NB.pm
/usr/share/perl5/vendor_perl/Net/HTTPS.pm

References

Summary

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