How to Install and Uninstall python-mock-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "python-mock-doc" package

This guide covers the steps necessary to install python-mock-doc on Kali Linux

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

2. Uninstall "python-mock-doc" package

In this section, we are going to explain the necessary steps to uninstall python-mock-doc on Kali Linux:

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

3. Information about the python-mock-doc package on Kali Linux

Package: python-mock-doc
Source: python-mock
Version: 5.1.0-1
Installed-Size: 152
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 33516
SHA256: 6ffa9f78996931c7a469fbf7b4b5fa51c948558e9736d0ffa688fd23c31cca06
SHA1: 1aee286d71ee0b554b4c1fcbbaf8f49d659e7afa
MD5sum: 4b8ddb3699dc0b32886d31a064603112
Description: Mocking and Testing Library (Documentation)
mock provides a core mock.Mock class that is intended to reduce the
need to create a host of trivial stubs throughout your test suite.
After performing an action, you can make assertions about which methods
/ attributes were used and arguments they were called with. You can
also specify return values and set specific attributes in the normal
way.
.
This package contains the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/testing-cabal/mock
Tag: devel::doc, role::documentation
Section: doc
Priority: optional
Filename: pool/main/p/python-mock/python-mock-doc_5.1.0-1_all.deb