Skip to content

Commit

Permalink
Package for 'add-apt-repository' on Ubuntu 12.10
Browse files Browse the repository at this point in the history
- The command 'add-apt-repository' was moved from package
  'python-software-properties' in Ubuntu 12.04 and older to package
  'software-properties-common' in Ubuntu 12.10 "Quantal Quetzal".
  • Loading branch information
hfs committed Oct 28, 2012
1 parent 6fb6eee commit 8e6a33f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/intro/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ Ubuntu

The easiest way to get the .deb is to install it using APT, the standard installation management tool for Ubuntu and other Debian-based systems.

0. First, make sure you have the ``add-apt-repository`` binary available::
0. First, make sure you have the ``add-apt-repository`` binary available.

sudo apt-get install python-software-properties
a) On Ubuntu 12.04 and older::

sudo apt-get install python-software-properties

b) On Ubuntu 12.10 and later::

sudo apt-get install software-properties-common

1. Set up the GeoNode PPA repository (you only need to do this once; the repository will still be available for upgrades later)::

Expand Down

0 comments on commit 8e6a33f

Please sign in to comment.