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

Last updated: May 10,2024

1. Install "python3-nose-parameterized" package

This is a short guide on how to install python3-nose-parameterized on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-nose-parameterized" package

This is a short guide on how to uninstall python3-nose-parameterized on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-nose-parameterized
Priority: optional
Section: universe/python
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-nose-parameterized
Version: 0.3.4-3
Depends: python3-nose, python3:any (>= 3.3.2-2~)
Suggests: python-nose-parameterized-doc
Filename: pool/universe/p/python-nose-parameterized/python3-nose-parameterized_0.3.4-3_all.deb
Size: 7072
MD5sum: 9d7629a12cf53439449c9d4d9a65ee66
SHA1: 0cf0bbd0fb0f7587765bf071aa2e82d4f0d3a8b6
SHA256: 5713015efc0d3c5fec727e759faddf064e49aceb470a97339f3f9b5cc89de58d
Description-en: Decorator for parameterized testing with Nose - Python 3.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 3.x module.
Description-md5: 1d0cfadce74c46fa104e0b271c26b37d
Homepage: https://github.com/wolever/nose-parameterized
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu