How to Install and Uninstall perl-LWP-Protocol-https.src Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "perl-LWP-Protocol-https.src" package

In this section, we are going to explain the necessary steps to install perl-LWP-Protocol-https.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-LWP-Protocol-https.src

2. Uninstall "perl-LWP-Protocol-https.src" package

This guide let you learn how to uninstall perl-LWP-Protocol-https.src on Oracle Linux 9:

$ sudo dnf remove perl-LWP-Protocol-https.src $ sudo dnf autoremove

3. Information about the perl-LWP-Protocol-https.src package on Oracle Linux 9

Last metadata expiration check: 0:17:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-LWP-Protocol-https
Version : 6.10
Release : 4.el9
Architecture : src
Size : 47 k
Source : None
Repository : ol9_appstream
Summary : Provide HTTPS support for LWP::UserAgent
URL : https://metacpan.org/release/LWP-Protocol-https
License : GPL+ or Artistic
Description : The LWP::Protocol::https module provides support for using HTTPS schemed
: URLs with LWP. This module is a plug-in to the LWP protocol handling, so
: you don't use it directly. Once the module is installed LWP is able to
: access sites using HTTP over SSL/TLS.