How to Install and Uninstall perl-Text-Glob Package on openSUSE Leap

Last updated: May 06,2024

1. Install "perl-Text-Glob" package

This guide let you learn how to install perl-Text-Glob on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Text-Glob

2. Uninstall "perl-Text-Glob" package

Here is a brief guide to show you how to uninstall perl-Text-Glob on openSUSE Leap:

$ sudo zypper remove perl-Text-Glob

3. Information about the perl-Text-Glob package on openSUSE Leap

Information for package perl-Text-Glob:
---------------------------------------
Repository : Main Repository
Name : perl-Text-Glob
Version : 0.11-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.6 KiB
Installed : No
Status : not installed
Source package : perl-Text-Glob-0.11-1.24.src
Upstream URL : http://search.cpan.org/dist/Text-Glob/
Summary : Match Globbing Patterns Against Text
Description :
Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you want to
do full file globbing use the File::Glob module instead.