Install r-cran-lubridate
Installing r-cran-lubridate 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-lubridate
r-cran-lubridate package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-lubridate |
version | 1.5.0-2 |
description | simplifies dealing with dates in R |
subsection | gnu-r |
website | github.com / hadley / lubridate |
maintainer | Debian Science Team |
Uninstall r-cran-lubridate
To remove just r-cran-lubridate package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-lubridate
Uninstall r-cran-lubridate and it’s dependent packages
To remove the r-cran-lubridate package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-lubridate
Purging r-cran-lubridate
If you also want to delete configuration and/or data files of r-cran-lubridate from Debian Sid then this will work:
sudo apt-get purge r-cran-lubridate
To delete configuration and/or data files of r-cran-lubridate and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-lubridate