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

Last updated: May 12,2024

1. Install "python2-URLObject" package

In this section, we are going to explain the necessary steps to install python2-URLObject on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-URLObject

2. Uninstall "python2-URLObject" package

This is a short guide on how to uninstall python2-URLObject on openSUSE Leap:

$ sudo zypper remove python2-URLObject

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

Information for package python2-URLObject:
------------------------------------------
Repository : Main Repository
Name : python2-URLObject
Version : 2.4.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 107,4 KiB
Installed : No
Status : not installed
Source package : python-URLObject-2.4.3-bp153.1.14.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.