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