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

Last updated: October 05,2024

1. Install "python312-URLObject" package

Please follow the steps below to install python312-URLObject on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-URLObject

2. Uninstall "python312-URLObject" package

This guide let you learn how to uninstall python312-URLObject on openSuSE Tumbleweed:

$ sudo zypper remove python312-URLObject

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

Information for package python312-URLObject:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-URLObject
Version : 2.4.3-4.18
Arch : noarch
Vendor : openSUSE
Installed Size : 113.4 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.