How to Install and Uninstall perl-URI-Find.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

This guide let you learn how to install perl-URI-Find.noarch on Rocky Linux 8

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

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

Please follow the guidelines below to uninstall perl-URI-Find.noarch on Rocky Linux 8:

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

3. Information about the perl-URI-Find.noarch package on Rocky Linux 8

Last metadata expiration check: 1:45:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-URI-Find
Version : 20160806
Release : 10.el8
Architecture : noarch
Size : 38 k
Source : perl-URI-Find-20160806-10.el8.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/