How to Install and Uninstall perl-Text-Glob.noarch Package on Fedora 38

Last updated: October 13,2024

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

This is a short guide on how to install perl-Text-Glob.noarch on Fedora 38

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

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

Learn how to uninstall perl-Text-Glob.noarch on Fedora 38:

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

3. Information about the perl-Text-Glob.noarch package on Fedora 38

Last metadata expiration check: 1:06:54 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Text-Glob
Version : 0.11
Release : 20.fc38
Architecture : noarch
Size : 13 k
Source : perl-Text-Glob-0.11-20.fc38.src.rpm
Repository : fedora
Summary : Perl module to match globbing patterns against text
URL : https://metacpan.org/release/Text-Glob
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.