Changes between Version 1 and Version 2 of UbuntuGISRepository
- Timestamp:
- 07/03/09 13:54:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuGISRepository
v1 v2 3 3 To use Ubuntu GIS packages, you need to add the repository to your system's software sources. 4 4 5 1.Verify that your ubuntu distribution is supported by the Ubuntu GIS project: [wiki:SupportedDistributions List of the supported distributions]5 Verify that your ubuntu distribution is supported by the Ubuntu GIS project: [wiki:SupportedDistributions List of the supported distributions] 6 6 7 2. Add the sources.list entries 7 == Add the sources.list entries == 8 8 9 9 See the "Install packages" section of this page to know the entries to add: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable 10 10 11 '''Step 1:'''Open the file ''/etc/apt/sources.list'' with a text editor and append the entries to the file.11 1. Open the file ''/etc/apt/sources.list'' with a text editor and append the entries to the file. 12 12 13 '''Step 2:'''Authenticate the repository. Open your terminal and enter:13 2. Authenticate the repository. Open your terminal and enter: 14 14 {{{ 15 15 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 314DF160 … … 19 19 20 20 If you prefer adding the entries using the GUI, see this page: https://launchpad.net/+help/soyuz/ppa-sources-list.html 21 22 3. Update your system's package list: 23 {{{ 24 sudo apt-get update 25 }}}