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

Last updated: October 15,2024

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

This is a short guide on how to install perl-Test-WWW-Mechanize-PSGI.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the step by step instructions below to uninstall perl-Test-WWW-Mechanize-PSGI.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:49:36 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-WWW-Mechanize-PSGI
Version : 0.39
Release : 6.el8
Architecture : noarch
Size : 28 k
Source : perl-Test-WWW-Mechanize-PSGI-0.39-6.el8.src.rpm
Repository : epel
Summary : Test PSGI programs using WWW::Mechanize
URL : https://metacpan.org/release/Test-WWW-Mechanize-PSGI
License : GPL+ or Artistic
Description : PSGI is a specification to decouple web server environments from web
: application framework code. Test::WWW::Mechanize is a subclass of
: WWW::Mechanize that incorporates features for web application testing. The
: Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing of
: PSGI applications.