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

Last updated: May 20,2024

1. Install "python3-responses" package

Please follow the guidance below to install python3-responses on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-responses

2. Uninstall "python3-responses" package

In this section, we are going to explain the necessary steps to uninstall python3-responses on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-responses
Priority: optional
Section: universe/python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: responses
Version: 0.3.0-1
Depends: python-requests (>= 1.0), python3:any (>= 3.3.2-2~), python3-mock, python3-requests, python3-six
Filename: pool/universe/r/responses/python3-responses_0.3.0-1_all.deb
Size: 6516
MD5sum: df4d22b492f8e79692a4beeba9f32d50
SHA1: 82be1ed299fdd5bfe01405d88c5309dbb4f5091a
SHA256: 0a64b4c28e93e59bb3845cd66f59a1d7bd9577e2330953967b0e186926b45c27
Description-en: Utility library for mocking out the requests Python 3 library
responses is a module used to mock out the `requests' Python 3 library in
order to perform unit tests.
.
This package provides the Python 3 module.
Description-md5: e6c71b5733371e2f4fb0cdb9cde9d287
Homepage: https://github.com/dropbox/responses
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu