How to Install and Uninstall python38-regex Package on openSuSE Tumbleweed
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-regex" package
This tutorial shows how to install python38-regex on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-regex
Copied
2. Uninstall "python38-regex" package
This guide covers the steps necessary to uninstall python38-regex on openSuSE Tumbleweed:
$
sudo zypper remove
python38-regex
Copied
3. Information about the python38-regex package on openSuSE Tumbleweed
Information for package python38-regex:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-regex
Version : 2021.7.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-regex-2021.7.6-1.2.src
Summary : Alternative regular expression module for Python
Description :
An alternate regex implementation. It differs from "re" in that
* Zero-width matches are handled like in Perl and PCRE:
* ``.split`` will split a string at a zero-width match.
* ``.sub`` will handle zero-width matches correctly.
* Inline flags apply to the end of the group or pattern, and they can
be turned off.
* Nested sets and set operations are supported.
* Case-insensitive matches in Unicode use full case-folding by
default.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-regex
Version : 2021.7.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-regex-2021.7.6-1.2.src
Summary : Alternative regular expression module for Python
Description :
An alternate regex implementation. It differs from "re" in that
* Zero-width matches are handled like in Perl and PCRE:
* ``.split`` will split a string at a zero-width match.
* ``.sub`` will handle zero-width matches correctly.
* Inline flags apply to the end of the group or pattern, and they can
be turned off.
* Nested sets and set operations are supported.
* Case-insensitive matches in Unicode use full case-folding by
default.