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

Last updated: April 29,2024

1. Install "python2-glob2" package

Please follow the guidance below to install python2-glob2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-glob2

2. Uninstall "python2-glob2" package

This guide let you learn how to uninstall python2-glob2 on openSUSE Leap:

$ sudo zypper remove python2-glob2

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

Information for package python2-glob2:
--------------------------------------
Repository : Main Repository
Name : python2-glob2
Version : 0.7-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 42,4 KiB
Installed : No
Status : not installed
Source package : python-glob2-0.7-bp153.1.24.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.