Install python-genty
Installing python-genty package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-genty
python-genty package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-genty |
version | 1.3.0-1 |
description | Allows you to run a test with multiple data sets (Python 2) |
subsection | python |
website | github.com / box / genty |
maintainer | Debian Python Modules Team |
Uninstall python-genty
To remove just python-genty package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-genty
Uninstall python-genty and it’s dependent packages
To remove the python-genty package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-genty
Purging python-genty
If you also want to delete configuration and/or data files of python-genty from Debian Sid then this will work:
sudo apt-get purge python-genty
To delete configuration and/or data files of python-genty and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-genty