Install testu01-data
Installing testu01-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install testu01-data
testu01-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | testu01-data |
version | 1.2.3+ds-1 |
description | testing suite for uniform random number generators — data |
subsection | math |
website | simul.iro.umontreal.ca / testu01 / tu01.html |
maintainer | Debian Science Maintainers |
Uninstall testu01-data
To remove just testu01-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove testu01-data
Uninstall testu01-data and it’s dependent packages
To remove the testu01-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove testu01-data
Purging testu01-data
If you also want to delete configuration and/or data files of testu01-data from Debian Sid then this will work:
sudo apt-get purge testu01-data
To delete configuration and/or data files of testu01-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove testu01-data