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

Last updated: September 20,2024

1. Install "python-mox" package

This is a short guide on how to install python-mox on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mox

2. Uninstall "python-mox" package

Learn how to uninstall python-mox on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mox
Priority: extra
Section: universe/python
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Iustin Pop
Architecture: all
Version: 0.5.3-4
Provides: python2.7-mox
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-mox/python-mox_0.5.3-4_all.deb
Size: 17312
MD5sum: fe7738b69d6ff5a371242f96be07da85
SHA1: b7f4d520d3ecf94f5b282411e44a9379711da71f
SHA256: 3bc0f466aec5f35ef1e55ae56870ece729a1867827fa16e07013d32f6e111558
Description-en: mock object framework for Python
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.
Description-md5: 4b70bf813a72e521746dbce7624f63ea
Homepage: http://code.google.com/p/pymox/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu