How to Install and Uninstall python-restkit Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python-restkit" package

Please follow the guidance below to install python-restkit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-restkit

2. Uninstall "python-restkit" package

Please follow the guidance below to uninstall python-restkit on openSUSE Leap:

$ sudo zypper remove python-restkit

3. Information about the python-restkit package on openSUSE Leap

Information for package python-restkit:
---------------------------------------
Repository : Main Repository
Name : python-restkit
Version : 4.2.2-bp153.1.83
Arch : noarch
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : python-restkit-4.2.2-bp153.1.83.src
Summary : Python REST kit
Description :
Restkit is an HTTP resource kit for Python. It allows you to easily access to
HTTP resource and build objects around it. It's the base of couchdbkit, a
Python CouchDB framework.
Restkit is a full HTTP client using pure socket calls and its own HTTP parser.
It's not based on httplib or urllib2.