How to Install and Uninstall perl-URI.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-URI.noarch" package

This tutorial shows how to install perl-URI.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-URI.noarch

2. Uninstall "perl-URI.noarch" package

This tutorial shows how to uninstall perl-URI.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-URI.noarch $ sudo yum autoremove

3. Information about the perl-URI.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-URI
Arch : noarch
Version : 1.60
Release : 9.el7
Size : 189 k
Repo : installed
From repo : base
Summary : A Perl module implementing URI parsing and manipulation
URL : http://search.cpan.org/dist/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).