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

Last updated: November 23,2024

1. Install "python2-slumber" package

This guide let you learn how to install python2-slumber on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-slumber

2. Uninstall "python2-slumber" package

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

$ sudo zypper remove python2-slumber

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

Information for package python2-slumber:
----------------------------------------
Repository : Main Repository
Name : python2-slumber
Version : 0.7.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 60,5 KiB
Installed : No
Status : not installed
Source package : python-slumber-0.7.1-bp153.1.17.src
Summary : Object Orientated Interface to ReSTful APIs
Description :
Slumber is a python library that provides a convenient yet powerful object
orientated interface to ReSTful APIs. It acts as a wrapper around the
excellent requests library and abstracts away the handling of urls, serialization,
and processing requests.