How to Install and Uninstall perl-Test-LWP-UserAgent.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "perl-Test-LWP-UserAgent.noarch" package

Learn how to install perl-Test-LWP-UserAgent.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Test-LWP-UserAgent.noarch

2. Uninstall "perl-Test-LWP-UserAgent.noarch" package

Please follow the guidelines below to uninstall perl-Test-LWP-UserAgent.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Test-LWP-UserAgent.noarch $ sudo dnf autoremove

3. Information about the perl-Test-LWP-UserAgent.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:06:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-LWP-UserAgent
Version : 0.036
Release : 2.el9
Architecture : noarch
Size : 39 k
Source : perl-Test-LWP-UserAgent-0.036-2.el9.src.rpm
Repository : epel
Summary : LWP::UserAgent suitable for simulating and testing network calls
URL : https://metacpan.org/release/Test-LWP-UserAgent
License : GPL+ or Artistic
Description : This module is a subclass of LWP::UserAgent which overrides a few key low-
: level methods that are concerned with actually sending your request over
: the network, allowing an interception of that request and simulating a
: particular response. This greatly facilitates testing of client networking
: code where the server follows a known protocol.