How to Install and Uninstall perl-WWW-Mechanize.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "perl-WWW-Mechanize.noarch" package

Here is a brief guide to show you how to install perl-WWW-Mechanize.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-WWW-Mechanize.noarch

2. Uninstall "perl-WWW-Mechanize.noarch" package

Please follow the steps below to uninstall perl-WWW-Mechanize.noarch on CentOS Stream 9:

$ sudo dnf remove perl-WWW-Mechanize.noarch $ sudo dnf autoremove

3. Information about the perl-WWW-Mechanize.noarch package on CentOS Stream 9

Last metadata expiration check: 1:31:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-WWW-Mechanize
Version : 2.15
Release : 3.el9
Architecture : noarch
Size : 156 k
Source : perl-WWW-Mechanize-2.15-3.el9.src.rpm
Repository : epel
Summary : Automates web page form & link interaction
URL : https://metacpan.org/release/WWW-Mechanize
License : GPL+ or Artistic
Description : "WWW::Mechanize", or Mech for short, helps you automate interaction
: with a website. It supports performing a sequence of page fetches
: including following links and submitting forms. Each fetched page is
: parsed and its links and forms are extracted. A link or a form can be
: selected, form fields can be filled and the next page can be fetched.
: Mech also stores a history of the URLs you've visited, which can be
: queried and revisited.