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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Text-Glob.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Text-Glob.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:31:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Text-Glob
Version : 0.11
Release : 13.fc34
Architecture : noarch
Size : 14 k
Source : perl-Text-Glob-0.11-13.fc34.src.rpm
Repository : fedora
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.