How to Install and Uninstall python3-glob2 Package on openSUSE Leap

Last updated: July 08,2024

1. Install "python3-glob2" package

This guide let you learn how to install python3-glob2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-glob2

2. Uninstall "python3-glob2" package

Please follow the steps below to uninstall python3-glob2 on openSUSE Leap:

$ sudo zypper remove python3-glob2

3. Information about the python3-glob2 package on openSUSE Leap

Information for package python3-glob2:
--------------------------------------
Repository : Main Repository
Name : python3-glob2
Version : 0.7-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 54.7 KiB
Installed : No
Status : not installed
Source package : python-glob2-0.7-bp155.2.12.src
Upstream URL : https://pypi.python.org/pypi/glob2
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.