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

Last updated: July 04,2024

1. Install "python310-URLObject" package

This guide covers the steps necessary to install python310-URLObject on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-URLObject

2. Uninstall "python310-URLObject" package

Learn how to uninstall python310-URLObject on openSuSE Tumbleweed:

$ sudo zypper remove python310-URLObject

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

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