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

Last updated: November 24,2024

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

Please follow the step by step instructions below to install perl-URI-Find-Simple.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:40:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-URI-Find-Simple
Version : 1.07
Release : 1.fc34
Architecture : noarch
Size : 14 k
Source : perl-URI-Find-Simple-1.07-1.fc34.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.