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

Last updated: May 20,2024

1. Install "python-couchdbkit" package

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

$ sudo zypper refresh $ sudo zypper install python-couchdbkit

2. Uninstall "python-couchdbkit" package

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

$ sudo zypper remove python-couchdbkit

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

Information for package python-couchdbkit:
------------------------------------------
Repository : Main Repository
Name : python-couchdbkit
Version : 0.6.5-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 500,1 KiB
Installed : No
Status : not installed
Source package : python-couchdbkit-0.6.5-bp153.1.13.src
Summary : Python couchdb kit
Description :
Couchdbkit provides you a full featured and easy client to access and
manage CouchDB. It allows you to manage a CouchDBserver, databases, doc
managements and view access. All objects mostly reflect python objects for
convenience. Server and Databases objects could be used for example as easy
as using a dict.