How to Install and Uninstall python310-rfc3986-validator Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python310-rfc3986-validator" package

Please follow the step by step instructions below to install python310-rfc3986-validator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rfc3986-validator

2. Uninstall "python310-rfc3986-validator" package

This tutorial shows how to uninstall python310-rfc3986-validator on openSuSE Tumbleweed:

$ sudo zypper remove python310-rfc3986-validator

3. Information about the python310-rfc3986-validator package on openSuSE Tumbleweed

Information for package python310-rfc3986-validator:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-rfc3986-validator
Version : 0.1.1-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 13.5 KiB
Installed : No
Status : not installed
Source package : python-rfc3986-validator-0.1.1-2.7.src
Upstream URL : https://github.com/naimetti/rfc3986-validator
Summary : Pure python rfc3986 validator
Description :
A pure python rfc3986 validator
Usage:
>>> from rfc3986_validator import validate_rfc3986
>>> validate_rfc3986('http://foo.bar?q=Spaces should be encoded')
False
>>> validate_rfc3986('http://foo.com/blah_blah_(wikipedia)')
True