Install r-cran-goftest
Installing r-cran-goftest 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-goftest
r-cran-goftest package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-goftest |
version | 1.0-3-1 |
description | GNU R Classical Goodness-of-Fit Tests for Univariate Distributions |
subsection | gnu-r |
website | cran.r-project.org / web / packages / goftest / |
maintainer | Debian Science Team |
Uninstall r-cran-goftest
To remove just r-cran-goftest package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-goftest
Uninstall r-cran-goftest and it’s dependent packages
To remove the r-cran-goftest package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-goftest
Purging r-cran-goftest
If you also want to delete configuration and/or data files of r-cran-goftest from Debian Sid then this will work:
sudo apt-get purge r-cran-goftest
To delete configuration and/or data files of r-cran-goftest and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-goftest