How to Install and Uninstall python3-regex Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-regex" package

Here is a brief guide to show you how to install python3-regex on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-regex

2. Uninstall "python3-regex" package

Please follow the instructions below to uninstall python3-regex on openSUSE Leap:

$ sudo zypper remove python3-regex

3. Information about the python3-regex package on openSUSE Leap

Information for package python3-regex:
--------------------------------------
Repository : Main Repository
Name : python3-regex
Version : 2020.2.20-1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-regex-2020.2.20-1.1.src
Upstream URL : https://bitbucket.org/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.