How to Install and Uninstall python3-mox Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-mox" package

In this section, we are going to explain the necessary steps to install python3-mox on Kali Linux

$ sudo apt update $ sudo apt install python3-mox

2. Uninstall "python3-mox" package

This is a short guide on how to uninstall python3-mox on Kali Linux:

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

3. Information about the python3-mox package on Kali Linux

Package: python3-mox
Source: python-mox
Version: 0.7.8-5
Installed-Size: 98
Maintainer: Iustin Pop
Architecture: all
Depends: python3:any, python3-six
Size: 21160
SHA256: dcea66ac837fec86cc00728c0ddd690f4af31d7ba33e9ab040c5b72a8dc85e64
SHA1: ad2631f0dccbf71c0a2e71f94e29e6ebf4ab97ec
MD5sum: 4cf6f7bf9d5ebb3d27c89479553d6fc9
Description: mock object framework for Python 3
Mox is a mock object framework for Python that simplifies the writing of
unittests.
.
Mox will make mock objects for you, so you don't have to create your
own. It mocks the public/protected interfaces of Python objects. You set
up your mock objects expected behavior using a domain specific language
(DSL), which makes it easy to use, understand, and refactor.
.
It is based on EasyMock, a Java mock object framework.
.
This package contains the Python 3 module for mox.
Description-md5: efc4712401e34f780303a1f1829dfa46
Homepage: https://pymox.readthedocs.io/en/latest/index.html
Section: python
Priority: optional
Filename: pool/main/p/python-mox/python3-mox_0.7.8-5_all.deb