Install proj-bin
Installing proj-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install proj-bin
proj-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | proj-bin |
version | 4.9.2-2 |
description | Cartographic projection library (tools) |
subsection | science |
website | trac.osgeo.org / proj / |
maintainer | Debian GIS Project |
Uninstall proj-bin
To remove just proj-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove proj-bin
Uninstall proj-bin and it’s dependent packages
To remove the proj-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove proj-bin
Purging proj-bin
If you also want to delete configuration and/or data files of proj-bin from Debian Sid then this will work:
sudo apt-get purge proj-bin
To delete configuration and/or data files of proj-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove proj-bin