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

Last updated: May 08,2024

1. Install "python3-ddt" package

This guide covers the steps necessary to install python3-ddt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ddt

2. Uninstall "python3-ddt" package

Please follow the step by step instructions below to uninstall python3-ddt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-ddt
Priority: optional
Section: universe/python
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-ddt
Version: 1.0.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-ddt/python3-ddt_1.0.1-1_all.deb
Size: 5904
MD5sum: a9c137fe9d4d2d8a2c641e4b02352ab5
SHA1: 3de9328fa2f0372b1c25981db6d96c0416f59411
SHA256: ca4932569b5614de0ae766253ab71752264ed34542920c1c40e709ab6fcd14c1
Description-en: Data-Driven/Decorated Tests - Python 3.x
DDT (Data-Driven Tests) allows you to multiply one test case by running it
with different test data, and make it appear as multiple test cases. DDT
consists of a class decorator ddt (for your TestCase subclass) and two
method decorators (for your tests that want to be multiplied).
.
This package contains the Python 3.x module.
Description-md5: 6b9450460a7e86082c8ef5cb03574eb0
Homepage: https://pypi.python.org/pypi/ddt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu