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

Last updated: May 21,2024

1. Install "python-responses" package

This guide covers the steps necessary to install python-responses on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-responses

2. Uninstall "python-responses" package

Please follow the guidelines below to uninstall python-responses on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-responses
Priority: optional
Section: universe/python
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: responses
Version: 0.3.0-1
Depends: python-requests (>= 1.0), python-six, python-mock, python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/r/responses/python-responses_0.3.0-1_all.deb
Size: 6776
MD5sum: 550aad5b71f4738e9346ab1cded31456
SHA1: 482ee4619020ac8ef525fee2bc71000fc1b23dc7
SHA256: 87c1c0a8657db8cf8ca203248ccd9620068f2f80d6b230110ff32a68963e685d
Description-en: Utility library for mocking out the requests Python library
responses is a module used to mock out the `requests' Python library in
order to perform unit tests.
.
This package provides the Python 2 module.
Description-md5: a050dffa877a97faad7df1f2e79d7695
Homepage: https://github.com/dropbox/responses
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu