How to Install and Uninstall perl-Text-Glob.src Package on Oracle Linux 9

Last updated: November 26,2024

1. Install "perl-Text-Glob.src" package

Here is a brief guide to show you how to install perl-Text-Glob.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Text-Glob.src

2. Uninstall "perl-Text-Glob.src" package

This guide covers the steps necessary to uninstall perl-Text-Glob.src on Oracle Linux 9:

$ sudo dnf remove perl-Text-Glob.src $ sudo dnf autoremove

3. Information about the perl-Text-Glob.src package on Oracle Linux 9

Last metadata expiration check: 0:38:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Text-Glob
Version : 0.11
Release : 15.el9
Architecture : src
Size : 15 k
Source : None
Repository : ol9_appstream
Summary : Perl module to match globbing patterns against text
URL : https://metacpan.org/release/Text-Glob
License : GPL+ or Artistic
Description : Text::Glob implements glob(3) style matching that can be used to match
: against text, rather than fetching names from a file-system. If you
: want to do full file globbing use the File::Glob module instead.