diff --git docs/ref/contrib/gis/install.txt docs/ref/contrib/gis/install.txt
index 06bee69..3b7dd94 100644
|
|
Ubuntu & Debian GNU/Linux
|
952 | 952 | Ubuntu |
953 | 953 | ^^^^^^ |
954 | 954 | |
| 955 | 11.10 |
| 956 | ~~~~~ |
| 957 | |
| 958 | In Ubuntu 11.104 PostgreSQL was upgraded to 9.1. The installation commands are:: |
| 959 | |
| 960 | $ sudo apt-get install binutils gdal-bin libproj-dev postgresql-9.1-postgis \ |
| 961 | postgresql-server-dev-9.1 python-psycopg2 |
| 962 | |
| 963 | |
955 | 964 | .. _ubuntu10: |
956 | 965 | |
957 | | 10.04 and 10.10 |
958 | | ~~~~~~~~~~~~~~~ |
| 966 | 10.04 thru 11.04 |
| 967 | ~~~~~~~~~~~~~~~~ |
959 | 968 | |
960 | | In Ubuntu 10 PostgreSQL was upgraded to 8.4 and GDAL was upgraded to 1.6. |
| 969 | In Ubuntu 10.04 PostgreSQL was upgraded to 8.4 and GDAL was upgraded to 1.6. |
961 | 970 | Ubuntu 10.04 uses PostGIS 1.4, while Ubuntu 10.10 uses PostGIS 1.5 (with |
962 | 971 | geography support). The installation commands are:: |
963 | 972 | |