Changes between Version 1 and Version 2 of UsersWikiPostGIS20Fedora16pgdg
- Timestamp:
- 05/24/12 03:40:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Fedora16pgdg
v1 v2 30 30 == Download and install PGDG RPM file == 31 31 32 A PGDG RPM file needs to be downloaded for your platform and your PostgreSQL version requirements (you can choose the later). For example, if you have a 32-bit OS and want to install PostgreSQL 9.1:32 A PGDG RPM file needs to be downloaded for your platform and your PostgreSQL version requirements (you can choose the later). For example, if you have a 64-bit OS and want to install PostgreSQL 9.1: 33 33 {{{ 34 curl -O http://yum.postgresql.org/9.1/fedora/fedora-16- i386/pgdg-fedora91-9.1-4.noarch.rpm34 curl -O http://yum.postgresql.org/9.1/fedora/fedora-16-x86_64/pgdg-fedora91-9.1-4.noarch.rpm 35 35 sudo rpm -ivh pgdg-fedora91-9.1-4.noarch.rpm 36 36 }}} … … 38 38 == Install PostGIS == 39 39 40 {{{ 41 sudo yum install postgis2 42 }}}