How to Install and Uninstall perl-WWW-Mechanize.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: July 03,2024

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

This tutorial shows how to install perl-WWW-Mechanize.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidance below to uninstall perl-WWW-Mechanize.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-WWW-Mechanize.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:03:25 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-WWW-Mechanize
Version : 1.97
Release : 1.el8.1
Architecture : noarch
Size : 162 k
Source : perl-WWW-Mechanize-1.97-1.el8.1.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.