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

Last updated: May 10,2024

1. Install "python-requests-mock-doc" package

This tutorial shows how to install python-requests-mock-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-requests-mock-doc

2. Uninstall "python-requests-mock-doc" package

This guide let you learn how to uninstall python-requests-mock-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-requests-mock-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-requests-mock-doc
Priority: optional
Section: universe/doc
Installed-Size: 403
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-requests-mock
Version: 0.7.0-2
Depends: libjs-sphinxdoc (>= 1.0)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-requests-mock/python-requests-mock-doc_0.7.0-2_all.deb
Size: 42754
MD5sum: 43ab815328f73ccf4e00a22105e6e520
SHA1: 0e9977391c72e6d86453d6521f18e35ca03d8b63
SHA256: 9080cd3c0f2536b72d23e09fb7375b09328e5e53631d349a70335bdc50d76fd9
Description-en: mock out responses from the requests package - doc
requests-mock provides a building block to stub out the HTTP requests_
portions of your testing code. Everything in requests_ eventually goes through
an adapter to do the transport work. requests-mock creates a custom adatper
that allows you to predefine responses when certain URIs are called. There are
then a number of methods provided to get the adapter used.
.
This package contains the documentation.
Description-md5: a646fbef8cd6fe10ce99b207196942a8
Homepage: https://github.com/jamielennox/requests-mock
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu