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

Last updated: May 14,2024

1. Install "python3-rfc3987" package

Please follow the step by step instructions below to install python3-rfc3987 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rfc3987

2. Uninstall "python3-rfc3987" package

Please follow the steps below to uninstall python3-rfc3987 on openSUSE Leap:

$ sudo zypper remove python3-rfc3987

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

Information for package python3-rfc3987:
----------------------------------------
Repository : Main Repository
Name : python3-rfc3987
Version : 1.3.8-5.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 99.3 KiB
Installed : No
Status : not installed
Source package : python-rfc3987-1.3.8-5.3.1.src
Upstream URL : https://github.com/dgerber/rfc3987
Summary : Module for parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
Description :
This module provides regular expressions according to `RFC 3986 "Uniform
Resource Identifier (URI): Generic Syntax"
`_ and `RFC 3987 "Internationalized
Resource Identifiers (IRIs)" `_, and
utilities for composition and relative resolution of references.