How to Install and Uninstall python3-wcmatch.noarch Package on AlmaLinux 9

Last updated: June 24,2024

1. Install "python3-wcmatch.noarch" package

Please follow the step by step instructions below to install python3-wcmatch.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-wcmatch.noarch

2. Uninstall "python3-wcmatch.noarch" package

Please follow the steps below to uninstall python3-wcmatch.noarch on AlmaLinux 9:

$ sudo dnf remove python3-wcmatch.noarch $ sudo dnf autoremove

3. Information about the python3-wcmatch.noarch package on AlmaLinux 9

Last metadata expiration check: 2:24:24 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-wcmatch
Version : 8.1.2
Release : 3.el9
Architecture : noarch
Size : 70 k
Source : python-wcmatch-8.1.2-3.el9.src.rpm
Repository : epel
Summary : Wildcard/glob file name matcher
URL : https://github.com/facelessuser/wcmatch
License : MIT
Description : Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order
: to provide file matching and globbing that more closely follows the features
: found in Bash. In some ways these libraries are similar to Python's builtin
: libraries as they provide a similar interface to match, filter, and glob the
: file system. But they also include a number of features found in Bash's
: globbing such as backslash escaping, brace expansion, extended glob pattern
: groups, etc. They also add a number of new useful functions as well, such as
: globmatch which functions like fnmatch, but for paths.