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