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