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