Install r-bioc-multtest
Installing r-bioc-multtest package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install r-bioc-multtest
r-bioc-multtest package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-bioc-multtest |
version | 2.26.0-1 |
description | Bioconductor resampling-based multiple hypothesis testing |
subsection | gnu-r |
website | bioconductor.org / packages / … / multtest.html |
maintainer | Debian Med Packaging Team |
Uninstall r-bioc-multtest
To remove just r-bioc-multtest package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-bioc-multtest
Uninstall r-bioc-multtest and it’s dependent packages
To remove the r-bioc-multtest package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-bioc-multtest
Purging r-bioc-multtest
If you also want to delete configuration and/or data files of r-bioc-multtest from Debian Sid then this will work:
sudo apt-get purge r-bioc-multtest
To delete configuration and/or data files of r-bioc-multtest and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-bioc-multtest