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

Last updated: May 21,2024

1. Install "python38-regex" package

This tutorial shows how to install python38-regex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-regex

2. Uninstall "python38-regex" package

This guide covers the steps necessary to uninstall python38-regex on openSuSE Tumbleweed:

$ sudo zypper remove python38-regex

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.