How to Install and Uninstall perl-WWW-Mechanize.noarch Package on Fedora 35

Last updated: November 28,2024

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

This guide let you learn how to install perl-WWW-Mechanize.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the perl-WWW-Mechanize.noarch package on Fedora 35

Last metadata expiration check: 1:26:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-WWW-Mechanize
Version : 2.07
Release : 1.fc35
Architecture : noarch
Size : 151 k
Source : perl-WWW-Mechanize-2.07-1.fc35.src.rpm
Repository : updates
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.