Changes between Version 1 and Version 2 of UsersWikiPostGIS20Fedora16pgdg


Ignore:
Timestamp:
May 24, 2012, 3:40:01 AM (12 years ago)
Author:
Mike Taves
Comment:

looks like 32-bit Fedora 16 is still a no-go

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Fedora16pgdg

    v1 v2  
    3030== Download and install PGDG RPM file ==
    3131
    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:
     32A 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:
    3333{{{
    34 curl -O http://yum.postgresql.org/9.1/fedora/fedora-16-i386/pgdg-fedora91-9.1-4.noarch.rpm
     34curl -O http://yum.postgresql.org/9.1/fedora/fedora-16-x86_64/pgdg-fedora91-9.1-4.noarch.rpm
    3535sudo rpm -ivh pgdg-fedora91-9.1-4.noarch.rpm
    3636}}}
     
    3838== Install PostGIS ==
    3939
     40{{{
     41sudo yum install postgis2
     42}}}