How to Install and Uninstall python38-glob2 Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-glob2" package

Learn how to install python38-glob2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-glob2

2. Uninstall "python38-glob2" package

This guide covers the steps necessary to uninstall python38-glob2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-glob2

3. Information about the python38-glob2 package on openSuSE Tumbleweed

Information for package python38-glob2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-glob2
Version : 0.7-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 55,0 KiB
Installed : No
Status : not installed
Source package : python-glob2-0.7-2.7.src
Summary : Glob module recursive wildcards support
Description :
This module provides an extended version of Python's builtin glob
module with the following additions:
- The ability to capture the text matched by glob patterns, and
return those matches alongside the filenames.
- A recursive '**' globbing syntax, akin for example to the globstar
option of the bash shell.
- The ability to replace the filesystem functions used, in order to
glob on virtual filesystems.