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

Last updated: May 19,2024

1. Install "python39-URLObject" package

Learn how to install python39-URLObject on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-URLObject

2. Uninstall "python39-URLObject" package

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

$ sudo zypper remove python39-URLObject

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

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