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

Last updated: November 07,2024

1. Install "python3-slumber" package

This guide covers the steps necessary to install python3-slumber on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-slumber

2. Uninstall "python3-slumber" package

Please follow the steps below to uninstall python3-slumber on openSUSE Leap:

$ sudo zypper remove python3-slumber

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

Information for package python3-slumber:
----------------------------------------
Repository : Main Repository
Name : python3-slumber
Version : 0.7.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 70.6 KiB
Installed : No
Status : not installed
Source package : python-slumber-0.7.1-bp155.2.12.src
Upstream URL : https://github.com/samgiles/slumber
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.