How to Install and Uninstall perl-Test-WWW-Mechanize-PSGI.noarch Package on Oracle Linux 9

Last updated: September 27,2024

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

Learn how to install perl-Test-WWW-Mechanize-PSGI.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-WWW-Mechanize-PSGI.noarch on Oracle Linux 9:

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

3. Information about the perl-Test-WWW-Mechanize-PSGI.noarch package on Oracle Linux 9

Last metadata expiration check: 0:47:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-WWW-Mechanize-PSGI
Version : 0.39
Release : 15.el9
Architecture : noarch
Size : 26 k
Source : perl-Test-WWW-Mechanize-PSGI-0.39-15.el9.src.rpm
Repository : epel
Summary : Test PSGI programs using WWW::Mechanize
URL : https://metacpan.org/release/Test-WWW-Mechanize-PSGI
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.