How To Install perl-HTTP-Message.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-HTTP-Message.noarch on Amazon Linux 2.
What is perl-HTTP-Message.noarch
The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them.
We can use yum to install perl-HTTP-Message.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTTP-Message.noarch.
Install perl-HTTP-Message.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-HTTP-Message.noarch using yum by running the following command:
sudo yum -y install perl-HTTP-Message.noarch
How To Uninstall perl-HTTP-Message.noarch on Amazon Linux 2
To uninstall only the perl-HTTP-Message.noarch package we can use the following command:
sudo yum remove perl-HTTP-Message.noarch
perl-HTTP-Message.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-HTTP-Message-6.06
/usr/share/doc/perl-HTTP-Message-6.06/Changes
/usr/share/doc/perl-HTTP-Message-6.06/README
/usr/share/man/man3/HTTP::Config.3pm.gz
/usr/share/man/man3/HTTP::Headers.3pm.gz
/usr/share/man/man3/HTTP::Headers::Util.3pm.gz
/usr/share/man/man3/HTTP::Message.3pm.gz
/usr/share/man/man3/HTTP::Request.3pm.gz
/usr/share/man/man3/HTTP::Request::Common.3pm.gz
/usr/share/man/man3/HTTP::Response.3pm.gz
/usr/share/man/man3/HTTP::Status.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Config.pm
/usr/share/perl5/vendor_perl/HTTP/Headers
/usr/share/perl5/vendor_perl/HTTP/Headers.pm
/usr/share/perl5/vendor_perl/HTTP/Headers/Auth.pm
/usr/share/perl5/vendor_perl/HTTP/Headers/ETag.pm
/usr/share/perl5/vendor_perl/HTTP/Headers/Util.pm
/usr/share/perl5/vendor_perl/HTTP/Message.pm
/usr/share/perl5/vendor_perl/HTTP/Request
/usr/share/perl5/vendor_perl/HTTP/Request.pm
/usr/share/perl5/vendor_perl/HTTP/Request/Common.pm
/usr/share/perl5/vendor_perl/HTTP/Response.pm
/usr/share/perl5/vendor_perl/HTTP/Status.pm
References
Summary
In this tutorial we learn how to install perl-HTTP-Message.noarch on Amazon Linux 2 using yum.