How to Install and Uninstall python39-regex Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python39-regex" package

Learn how to install python39-regex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-regex

2. Uninstall "python39-regex" package

Please follow the steps below to uninstall python39-regex on openSuSE Tumbleweed:

$ sudo zypper remove python39-regex

3. Information about the python39-regex package on openSuSE Tumbleweed

Information for package python39-regex:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-regex
Version : 2023.10.3-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python-regex-2023.10.3-1.4.src
Upstream URL : https://github.com/mrabarnett/mrab-regex
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.