How to Install and Uninstall perl-WWW-Mechanize Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-WWW-Mechanize" package

This tutorial shows how to install perl-WWW-Mechanize on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-WWW-Mechanize

2. Uninstall "perl-WWW-Mechanize" package

Learn how to uninstall perl-WWW-Mechanize on openSuSE Tumbleweed:

$ sudo zypper remove perl-WWW-Mechanize

3. Information about the perl-WWW-Mechanize package on openSuSE Tumbleweed

Information for package perl-WWW-Mechanize:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-WWW-Mechanize
Version : 2.180.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 352.4 KiB
Installed : No
Status : not installed
Source package : perl-WWW-Mechanize-2.180.0-2.1.src
Upstream URL : https://metacpan.org/release/WWW-Mechanize
Summary : Handy web browsing in a Perl object
Description :
'WWW::Mechanize', or Mech for short, is a Perl module for stateful
programmatic web browsing, used for automating interaction with websites.
Features include:
* All HTTP methods
* High-level hyperlink and HTML form support, without having to parse
HTML yourself
* SSL support
* Automatic cookies
* Custom HTTP headers
* Automatic handling of redirections
* Proxies
* HTTP authentication
Mech is well suited for use in testing web applications. If you use one of
the Test::*, like Test::HTML::Lint modules, you can check the fetched
content and use that as input to a test call.