| 1 | |
| 2 | = Requirements = |
| 3 | |
| 4 | * A supported ubuntu distribution (See [wiki:SupportedDistributions] ) |
| 5 | * A ubuntu system configured to use the ''main'', ''universe'' and ''multiverse'' components |
| 6 | {{{ |
| 7 | deb http://us.archive.ubuntu.com/ubuntu/ <codename> main universe multiverse |
| 8 | }}} |
| 9 | * A ubuntu system configured to use the ''updates'' and ''security'' repositories |
| 10 | {{{ |
| 11 | deb http://us.archive.ubuntu.com/ubuntu/ <codename>-security main universe multiverse |
| 12 | deb http://us.archive.ubuntu.com/ubuntu/ <codename>-updates main universe multiverse |
| 13 | }}} |
| 14 | |
| 15 | = Configuration = |
| 16 | |
| 17 | To use Ubuntu GIS packages, you need to add the repository to your system's software sources: [wiki:UbuntuGISRepository] |
| 18 | |
| 19 | = Installation = |
| 20 | |
| 21 | You can see all available packages from these pages: |
| 22 | * Stable: https://launchpad.net/~ubuntugis/+archive/ppa/+packages |
| 23 | * Unstable: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages |
| 24 | |
| 25 | And install packages via ''apt-get'', like any other package. ie: |
| 26 | {{{ |
| 27 | apt-get install cgi-mapserver |
| 28 | }}} |