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

Last updated: May 02,2024

1. Install "python-proboscis" package

Please follow the guidelines below to install python-proboscis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-proboscis

2. Uninstall "python-proboscis" package

Please follow the steps below to uninstall python-proboscis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-proboscis
Priority: optional
Section: universe/python
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.2.6.0-2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-proboscis/python-proboscis_1.2.6.0-2_all.deb
Size: 18810
MD5sum: 14e6673874fbf245aa35709fac1b6901
SHA1: 6a2690934e432be345c55a5ca0eb583e6eae9a1b
SHA256: caf302866e8f8d1cd78229011b7e7c182595856382464762d0f1600eb78490c0
Description-en: extends Nose with certain TestNG like features - python 2.x
Proboscis is a Python test framework that extends Python's built-in unittest
module and Nose with features from TestNG.
.
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use.
.
Features:
* Uses decorators instead of naming conventions.
* Allows for TestNG style test methods, in which a class is initialized once,
as an alternative to using class fields.
* Allows for explicit test dependencies and skipping of dependent tests on
failures.
* Runs xUnit style clases if desired or needed for backwards compatibility.
* Uses Nose if available (but doesn't require it), and works with many of
its plugins.
* Runs in IronPython and Jython (although if you're targeting the JVM you
should consider using TestNG instead).
.
This package provides the Python 2.x module.
Description-md5: 9568f17a0097375aea70d3944b8ae684
Homepage: https://github.com/rackerlabs/python-proboscis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu