Install r-cran-mvtnorm
Installing r-cran-mvtnorm package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install r-cran-mvtnorm
r-cran-mvtnorm package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-mvtnorm |
version | 1.0-5-1 |
description | GNU R package to compute multivariate Normal and T distributions |
subsection | gnu-r |
maintainer | Dirk Eddelbuettel |
Uninstall r-cran-mvtnorm
To remove just r-cran-mvtnorm package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-mvtnorm
Uninstall r-cran-mvtnorm and it’s dependent packages
To remove the r-cran-mvtnorm package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-mvtnorm
Purging r-cran-mvtnorm
If you also want to delete configuration and/or data files of r-cran-mvtnorm from Debian Sid then this will work:
sudo apt-get purge r-cran-mvtnorm
To delete configuration and/or data files of r-cran-mvtnorm and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-mvtnorm