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

Last updated: November 08,2024

1. Install "python38-URLObject" package

This guide let you learn how to install python38-URLObject on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-URLObject

2. Uninstall "python38-URLObject" package

Here is a brief guide to show you how to uninstall python38-URLObject on openSuSE Tumbleweed:

$ sudo zypper remove python38-URLObject

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

Information for package python38-URLObject:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-URLObject
Version : 2.4.3-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 145,0 KiB
Installed : No
Status : not installed
Source package : python-URLObject-2.4.3-4.6.src
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.