How to Install and Uninstall perl-URI-Find Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-URI-Find" package

This guide let you learn how to install perl-URI-Find on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-URI-Find

2. Uninstall "perl-URI-Find" package

This is a short guide on how to uninstall perl-URI-Find on openSUSE Leap:

$ sudo zypper remove perl-URI-Find

3. Information about the perl-URI-Find package on openSUSE Leap

Information for package perl-URI-Find:
--------------------------------------
Repository : Main Repository
Name : perl-URI-Find
Version : 20160806-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 75.3 KiB
Installed : No
Status : not installed
Source package : perl-URI-Find-20160806-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/URI-Find/
Summary : Find URIs in arbitrary text
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.pm 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, urifind is provided.