How to Install and Uninstall python3-URLObject Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-URLObject" package

Here is a brief guide to show you how to install python3-URLObject on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-URLObject

2. Uninstall "python3-URLObject" package

In this section, we are going to explain the necessary steps to uninstall python3-URLObject on openSUSE Leap:

$ sudo zypper remove python3-URLObject

3. Information about the python3-URLObject package on openSUSE Leap

Information for package python3-URLObject:
------------------------------------------
Repository : Main Repository
Name : python3-URLObject
Version : 2.4.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 144.4 KiB
Installed : No
Status : not installed
Source package : python-URLObject-2.4.3-bp155.2.10.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.