How To Install perl-HTTP-Cookies.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-HTTP-Cookies.noarch on Amazon Linux 2.
What is perl-HTTP-Cookies.noarch
This class is for objects that represent a “cookie jar” – that is, a database of all the HTTP cookies that a given LWP object knows about.
We can use yum to install perl-HTTP-Cookies.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-Cookies.noarch.
Install perl-HTTP-Cookies.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-Cookies.noarch using yum by running the following command:
sudo yum -y install perl-HTTP-Cookies.noarch
How To Uninstall perl-HTTP-Cookies.noarch on Amazon Linux 2
To uninstall only the perl-HTTP-Cookies.noarch package we can use the following command:
sudo yum remove perl-HTTP-Cookies.noarch
perl-HTTP-Cookies.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-HTTP-Cookies-6.01
/usr/share/doc/perl-HTTP-Cookies-6.01/Changes
/usr/share/doc/perl-HTTP-Cookies-6.01/README
/usr/share/man/man3/HTTP::Cookies.3pm.gz
/usr/share/man/man3/HTTP::Cookies::Microsoft.3pm.gz
/usr/share/man/man3/HTTP::Cookies::Netscape.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Cookies
/usr/share/perl5/vendor_perl/HTTP/Cookies.pm
/usr/share/perl5/vendor_perl/HTTP/Cookies/Microsoft.pm
/usr/share/perl5/vendor_perl/HTTP/Cookies/Netscape.pm
References
Summary
In this tutorial we learn how to install perl-HTTP-Cookies.noarch on Amazon Linux 2 using yum.