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