Install mothur-mpi
Installing mothur-mpi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mothur-mpi
mothur-mpi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mothur-mpi |
version | 1.36.1-1+b1 |
description | mpi-enabled binary for mothur |
subsection | science |
website | mothur.org |
maintainer | Debian Med Packaging Team |
Uninstall mothur-mpi
To remove just mothur-mpi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mothur-mpi
Uninstall mothur-mpi and it’s dependent packages
To remove the mothur-mpi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mothur-mpi
Purging mothur-mpi
If you also want to delete configuration and/or data files of mothur-mpi from Debian Sid then this will work:
sudo apt-get purge mothur-mpi
To delete configuration and/or data files of mothur-mpi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mothur-mpi