Install r-cran-modeltools
Installing r-cran-modeltools 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-modeltools
r-cran-modeltools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-modeltools |
version | 0.2-21-1 |
description | GNU R package providing a collection of tools to deal with statistical models |
subsection | gnu-r |
website | cran.r-project.org / package=modeltools |
maintainer | Debian Science Maintainers |
Uninstall r-cran-modeltools
To remove just r-cran-modeltools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-modeltools
Uninstall r-cran-modeltools and it’s dependent packages
To remove the r-cran-modeltools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-modeltools
Purging r-cran-modeltools
If you also want to delete configuration and/or data files of r-cran-modeltools from Debian Sid then this will work:
sudo apt-get purge r-cran-modeltools
To delete configuration and/or data files of r-cran-modeltools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-modeltools