How to Install and Uninstall python311-URLObject Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python311-URLObject" package

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

$ sudo zypper refresh $ sudo zypper install python311-URLObject

2. Uninstall "python311-URLObject" package

Please follow the step by step instructions below to uninstall python311-URLObject on openSuSE Tumbleweed:

$ sudo zypper remove python311-URLObject

3. Information about the python311-URLObject package on openSuSE Tumbleweed

Information for package python311-URLObject:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-URLObject
Version : 2.4.3-4.18
Arch : noarch
Vendor : openSUSE
Installed Size : 118.9 KiB
Installed : No
Status : not installed
Source package : python-URLObject-2.4.3-4.18.src
Upstream URL : https://github.com/zacharyvoase/urlobject
Summary : Python library for manipulating URLs (and some URIs) in a more natural way
Description :
URLObject is a utility class for manipulating URLs. The latest
incarnation of this library builds upon the ideas of its predecessor,
but aims for a clearer API, focusing on proper method names over
operator overrides. It's also being developed from the ground up in a
test-driven manner, and has full Sphinx documentation.