How to Install and Uninstall perl-Text-Glob.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

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

This guide let you learn how to install perl-Text-Glob.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the steps below to uninstall perl-Text-Glob.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Text-Glob.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:43:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Text-Glob
Version : 0.11
Release : 4.el8
Architecture : noarch
Size : 17 k
Source : perl-Text-Glob-0.11-4.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.