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

Last updated: May 18,2024

1. Install "python-nose-parameterized" package

Please follow the guidance below to install python-nose-parameterized on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nose-parameterized

2. Uninstall "python-nose-parameterized" package

Please follow the guidelines below to uninstall python-nose-parameterized on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-nose-parameterized $ sudo apt autoclean && sudo apt autoremove

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

Package: python-nose-parameterized
Priority: optional
Section: universe/python
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.3.4-3
Depends: python-nose, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-nose-parameterized-doc
Filename: pool/universe/p/python-nose-parameterized/python-nose-parameterized_0.3.4-3_all.deb
Size: 6998
MD5sum: b48fb7c7ff4893eca82da494ad0bdfc4
SHA1: b85d6939901bfa5f5c9c86899e7f4fcb321a0ddb
SHA256: c09e554fb76c731e8b44180401083a18edb5ed5b559203e7e13af62aabe9a6cb
Description-en: decorator for parameterized testing with Nose - Python 2.x
nose-parameterized is a decorator for parameterized testing of Python code
with nose.
.
The provided decorators make it simple to pass lists, iterables, tuples or
callables to the test functions. This allows you to separate the data from the
test without having to subclass unittest.testcase.
.
This package contains the Python 2.x module.
Description-md5: 0227e5a17ae8f4ae036a985829145a67
Homepage: https://github.com/wolever/nose-parameterized
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu