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

Last updated: June 21,2024

1. Install "python36-regex" package

In this section, we are going to explain the necessary steps to install python36-regex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-regex

2. Uninstall "python36-regex" package

Please follow the guidance below to uninstall python36-regex on openSuSE Tumbleweed:

$ sudo zypper remove python36-regex

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

Information for package python36-regex:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.