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