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

Last updated: June 26,2024

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

This tutorial shows how to install perl-URI-Find-Simple.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 5:47:44 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-URI-Find-Simple
Version : 1.07
Release : 3.fc35
Architecture : noarch
Size : 13 k
Source : perl-URI-Find-Simple-1.07-3.fc35.src.rpm
Repository : fedora
Summary : Simple interface to URI::Find
URL : https://metacpan.org/release/URI-Find-Simple
License : GPL+ or Artistic
Description : URI::Find is all very well, but sometimes you just want a list of the links
: in a given piece of text, or you want to change all the URLs in some text
: somehow, and don't want to mess with callback interfaces.
:
: This module uses URI::Find, but hides the callback interface, providing two
: functions - one to list all the uris, and one to change all the uris.