How to Install and Uninstall perl-URI.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "perl-URI.src" package

In this section, we are going to explain the necessary steps to install perl-URI.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-URI.src

2. Uninstall "perl-URI.src" package

This tutorial shows how to uninstall perl-URI.src on Oracle Linux 8:

$ sudo dnf remove perl-URI.src $ sudo dnf autoremove

3. Information about the perl-URI.src package on Oracle Linux 8

Last metadata expiration check: 4:33:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-URI
Version : 1.76
Release : 5.module+el8.6.0+20545+312b6629
Architecture : src
Size : 125 k
Source : None
Repository : ol8_appstream
Summary : A Perl module implementing URI parsing and manipulation
URL : https://metacpan.org/release/URI
License : GPL+ or Artistic
Description : This module implements the URI class. Objects of this class represent
: "Uniform Resource Identifier references" as specified in RFC 2396 (and
: updated by RFC 2732).