Changes between Initial Version and Version 1 of UbuntuGISRepository


Ignore:
Timestamp:
Jul 3, 2009, 1:02:27 PM (15 years ago)
Author:
aboudreault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuGISRepository

    v1 v1  
     1= Adding Ubuntu GIS repository to your system's software sources =
     2
     3To use Ubuntu GIS packages, you need to add the repository to your system's software sources.
     4
     51. Verify that your ubuntu distribution is supported by the Ubuntu GIS project: [wiki:SupportedDistributions List of the supported distributions]
     6
     72. Add the sources.list entries
     8
     9See the "Install packages" section of this page to know the entries to add: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable
     10
     11'''Step 1:''' Open the file ''/etc/apt/sources.list'' with a text editor and append the entries to the file.
     12
     13'''Step 2:''' Authenticate the repository. Open your terminal and enter:
     14{{{
     15sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 314DF160
     16}}}
     17
     18''314DF160 is the OpenPGP key of the Ubuntu GIS repository''
     19
     20If you prefer adding the entries using the GUI, see this page: https://launchpad.net/+help/soyuz/ppa-sources-list.html