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

Last updated: June 29,2024

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

Please follow the instructions below to install perl-Text-Glob.src on Oracle Linux 8

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

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

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

Last metadata expiration check: 5:40:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Text-Glob
Version : 0.11
Release : 5.module+el8.6.0+20545+312b6629
Architecture : src
Size : 18 k
Source : None
Repository : ol8_appstream
Summary : Perl module to match globbing patterns against text
URL : http://search.cpan.org/dist/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.