= Requirements = * A supported ubuntu distribution (See [wiki:SupportedDistributions] ) * A ubuntu system configured to use the ''main'', ''universe'' and ''multiverse'' components {{{ deb http://us.archive.ubuntu.com/ubuntu/ main universe multiverse }}} * A ubuntu system configured to use the ''updates'' and ''security'' repositories {{{ deb http://us.archive.ubuntu.com/ubuntu/ -security main universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ -updates main universe multiverse }}} = Configuration = To use Ubuntu GIS packages, you need to add the repository to your system's software sources: [wiki:UbuntuGISRepository] = Installation = You can see all available packages from these pages: * Stable: https://launchpad.net/~ubuntugis/+archive/ppa/+packages * Unstable: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages And install packages via ''apt-get'', like any other package. ie: {{{ apt-get install cgi-mapserver }}}