How to Install and Uninstall perl-URI-Find.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Please follow the instructions below to install perl-URI-Find.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide covers the steps necessary to uninstall perl-URI-Find.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-URI-Find.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:19:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-URI-Find
Version : 20160806
Release : 16.el9
Architecture : noarch
Size : 35 k
Source : perl-URI-Find-20160806-16.el9.src.rpm
Repository : epel
Summary : Find URIs in plain text
URL : https://metacpan.org/release/URI-Find
License : GPL+ or Artistic
Description : This module does one thing: Finds URIs and URLs in plain text. It finds
: them quickly and it finds them *all* (or what URI::URL considers a URI to
: be.) It only finds URIs which include a scheme (http:// or the like), for
: something a bit less strict have a look at URI::Find::Schemeless.
:
: For a command-line interface, see Darren Chamberlain's 'urifind' script.
: It's available from his CPAN directory:
:
: http://www.cpan.org/authors/id/D/DA/DARREN/