How To Install perl-HTTP-CookieMonster on Fedora 36
Introduction
In this tutorial we learn how to install perl-HTTP-CookieMonster
on Fedora 36.
What is perl-HTTP-CookieMonster
HTTP cookies in HTTP
We can use yum
or dnf
to install perl-HTTP-CookieMonster
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTTP-CookieMonster.
Install perl-HTTP-CookieMonster 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-HTTP-CookieMonster
using dnf
by running the following command:
sudo dnf -y install perl-HTTP-CookieMonster
Install perl-HTTP-CookieMonster 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-HTTP-CookieMonster
using yum
by running the following command:
sudo yum -y install perl-HTTP-CookieMonster
How To Uninstall perl-HTTP-CookieMonster on Fedora 36
To uninstall only the perl-HTTP-CookieMonster
package we can use the following command:
sudo dnf remove perl-HTTP-CookieMonster
perl-HTTP-CookieMonster Package Contents on Fedora 36
/usr/share/doc/perl-HTTP-CookieMonster
/usr/share/doc/perl-HTTP-CookieMonster/CONTRIBUTORS
/usr/share/doc/perl-HTTP-CookieMonster/Changes
/usr/share/doc/perl-HTTP-CookieMonster/README.md
/usr/share/doc/perl-HTTP-CookieMonster/examples
/usr/share/doc/perl-HTTP-CookieMonster/examples/read_cookies.pl
/usr/share/licenses/perl-HTTP-CookieMonster
/usr/share/licenses/perl-HTTP-CookieMonster/LICENSE
/usr/share/man/man3/HTTP::CookieMonster.3pm.gz
/usr/share/man/man3/HTTP::CookieMonster::Cookie.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/CookieMonster
/usr/share/perl5/vendor_perl/HTTP/CookieMonster.pm
/usr/share/perl5/vendor_perl/HTTP/CookieMonster/Cookie.pm
References
Summary
In this tutorial we learn how to install perl-HTTP-CookieMonster
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).