How to Install and Uninstall perl-Any-URI-Escape.noarch Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "perl-Any-URI-Escape.noarch" package

This guide covers the steps necessary to install perl-Any-URI-Escape.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Any-URI-Escape.noarch

2. Uninstall "perl-Any-URI-Escape.noarch" package

This is a short guide on how to uninstall perl-Any-URI-Escape.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Any-URI-Escape.noarch $ sudo dnf autoremove

3. Information about the perl-Any-URI-Escape.noarch package on AlmaLinux 9

Last metadata expiration check: 1:53:58 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Any-URI-Escape
Version : 0.01
Release : 25.el9
Architecture : noarch
Size : 12 k
Source : perl-Any-URI-Escape-0.01-25.el9.src.rpm
Repository : epel
Summary : Load URI::Escape::XS preferentially over URI::Escape
URL : https://metacpan.org/release/Any-URI-Escape
License : GPL+ or Artistic
Description : URI::Escape is great, but URI::Escape::XS is faster. This module loads
: URI::Escape::XS and imports the two most common methods if XS is installed.