How to Install and Uninstall python39-glob2 Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python39-glob2" package
This tutorial shows how to install python39-glob2 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-glob2
Copied
2. Uninstall "python39-glob2" package
In this section, we are going to explain the necessary steps to uninstall python39-glob2 on openSuSE Tumbleweed:
$
sudo zypper remove
python39-glob2
Copied
3. Information about the python39-glob2 package on openSuSE Tumbleweed
Information for package python39-glob2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-glob2
Version : 0.7-2.19
Arch : noarch
Vendor : openSUSE
Installed Size : 39.7 KiB
Installed : No
Status : not installed
Source package : python-glob2-0.7-2.19.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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-glob2
Version : 0.7-2.19
Arch : noarch
Vendor : openSUSE
Installed Size : 39.7 KiB
Installed : No
Status : not installed
Source package : python-glob2-0.7-2.19.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.