How to Install and Uninstall perl-URI-Find.noarch Package on Fedora 35

Last updated: May 18,2024

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

This guide covers the steps necessary to install perl-URI-Find.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-URI-Find.noarch on Fedora 35:

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

3. Information about the perl-URI-Find.noarch package on Fedora 35

Last metadata expiration check: 3:46:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-URI-Find
Version : 20160806
Release : 16.fc35
Architecture : noarch
Size : 35 k
Source : perl-URI-Find-20160806-16.fc35.src.rpm
Repository : fedora
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/