I'm really new in working with Geospatial Libraries and I was able to install GDAL and PostGIS already. I just wanted to check if I was really able to include the packages GEOS and PROJ4 that is a requirement for PostGIS.
What command lines should I type in to check their versions or if they are installed?
I just need the proj4 checking:
PostGreSQL version :
$ psql --versionPostGIS version : Connect to your database,
=# SELECT PostGIS_full_version();GDAL version:
$ gdal-info --versionGEOS version:
$ geos-config --version