How to Install and Uninstall perl-URI-Encode.noarch Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "perl-URI-Encode.noarch" package

Please follow the guidelines below to install perl-URI-Encode.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-URI-Encode.noarch

2. Uninstall "perl-URI-Encode.noarch" package

Here is a brief guide to show you how to uninstall perl-URI-Encode.noarch on Oracle Linux 9:

$ sudo dnf remove perl-URI-Encode.noarch $ sudo dnf autoremove

3. Information about the perl-URI-Encode.noarch package on Oracle Linux 9

Last metadata expiration check: 1:07:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-URI-Encode
Version : 1.1.1
Release : 17.el9
Architecture : noarch
Size : 23 k
Source : perl-URI-Encode-1.1.1-17.el9.src.rpm
Repository : epel
Summary : Percent encoding/decoding for URIs
URL : https://metacpan.org/release/URI-Encode
License : GPL+ or Artistic
Description : This module provides a method to encode strings (mainly URLs) into a format
: which can be pasted into a plain text emails, and that those links are
: 'click-able' by the person reading that email. This can be accomplished by NOT
: encoding the reserved characters.