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