How to Install and Uninstall python-restkit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-restkit" package

Here is a brief guide to show you how to install python-restkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-restkit

2. Uninstall "python-restkit" package

Here is a brief guide to show you how to uninstall python-restkit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-restkit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-restkit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-restkit
Priority: extra
Section: universe/python
Installed-Size: 169
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 4.2.2-2
Provides: python2.7-restkit
Depends: python (>= 2.7), python (<< 2.8), python-http-parser (>= 0.8.1), python-socketpool (>= 0.5.0)
Filename: pool/universe/p/python-restkit/python-restkit_4.2.2-2_all.deb
Size: 35290
MD5sum: c38c7d5a63058ca534955a538321abaa
SHA1: 41e7baf07e89ffed5f5a62b3d44d55239822d094
SHA256: 2fe74c0ef919bf81f3533fc78038976c8521d6a4224e8956356f0ddc813c344d
Description-en: Restkit is an HTTP resource kit for Python
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.
Description-md5: 20b87671fd530edca8ef7d20f9ad5cd9
Homepage: http://benoitc.github.com/restkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu