How to Install and Uninstall perl-URI-Find Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-URI-Find" package

This is a short guide on how to install perl-URI-Find on openSuSE Tumbleweed

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

2. Uninstall "perl-URI-Find" package

In this section, we are going to explain the necessary steps to uninstall perl-URI-Find on openSuSE Tumbleweed:

$ sudo zypper remove perl-URI-Find

3. Information about the perl-URI-Find package on openSuSE Tumbleweed

Information for package perl-URI-Find:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-URI-Find
Version : 20160806-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 72.5 KiB
Installed : No
Status : not installed
Source package : perl-URI-Find-20160806-1.27.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.