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