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