Changes between Version 3 and Version 4 of UsersWikiPostGIS20Fedora16pgdg
- Timestamp:
- 09/24/13 03:38:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Fedora16pgdg
v3 v4 32 32 A PGDG RPM file needs to be downloaded for your platform and your PostgreSQL version requirements (you can choose the later). Find the correct RPM file for your system from here: http://yum.postgresql.org/repopackages.php 33 33 34 For example, if you have a 64-bit OS and want to install PostgreSQL 9. 1:34 For example, if you have a 64-bit OS and want to install PostgreSQL 9.2: 35 35 {{{ 36 curl -O http://yum.postgresql.org/9. 1/fedora/fedora-16-x86_64/pgdg-fedora91-9.1-4.noarch.rpm37 sudo rpm -ivh pgdg-fedora9 1-9.1-4.noarch.rpm36 curl -O http://yum.postgresql.org/9.2/fedora/fedora-16-i386/pgdg-fedora92-9.2-5.noarch.rpm 37 sudo rpm -ivh pgdg-fedora92-9.2-5.noarch.rpm 38 38 }}} 39 39 … … 41 41 42 42 {{{ 43 sudo yum install postgis2 43 sudo yum install postgis2_92 44 44 }}}