Install python-ddt
Installing python-ddt package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-ddt
python-ddt package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-ddt |
version | 1.0.1-1 |
description | Data-Driven/Decorated Tests – Python 2.x |
subsection | python |
website | pypi.python.org / pypi / ddt |
maintainer | PKG OpenStack |
Uninstall python-ddt
To remove just python-ddt package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-ddt
Uninstall python-ddt and it’s dependent packages
To remove the python-ddt package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-ddt
Purging python-ddt
If you also want to delete configuration and/or data files of python-ddt from Debian Sid then this will work:
sudo apt-get purge python-ddt
To delete configuration and/or data files of python-ddt and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-ddt