Changes between Version 1 and Version 2 of UbuntuGISRepository


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuGISRepository

    v1 v2  
    33To use Ubuntu GIS packages, you need to add the repository to your system's software sources.
    44
    5 1. Verify that your ubuntu distribution is supported by the Ubuntu GIS project: [wiki:SupportedDistributions List of the supported distributions]
     5Verify that your ubuntu distribution is supported by the Ubuntu GIS project: [wiki:SupportedDistributions List of the supported distributions]
    66
    7 2. Add the sources.list entries
     7== Add the sources.list entries ==
    88
    99See the "Install packages" section of this page to know the entries to add: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable
    1010
    11 '''Step 1:''' Open the file ''/etc/apt/sources.list'' with a text editor and append the entries to the file.
     111. Open the file ''/etc/apt/sources.list'' with a text editor and append the entries to the file.
    1212
    13 '''Step 2:''' Authenticate the repository. Open your terminal and enter:
     132. Authenticate the repository. Open your terminal and enter:
    1414{{{
    1515sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 314DF160
     
    1919
    2020If you prefer adding the entries using the GUI, see this page: https://launchpad.net/+help/soyuz/ppa-sources-list.html
     21
     223. Update your system's package list:
     23{{{
     24sudo apt-get update
     25}}}