DESCRIPTION

g.extension downloads and installs, removes or updates extensions from GRASS Addons SVN repository into the local GRASS GIS installation.

Re-running g.extension on an installed GRASS Addons extension re-installs the requested extension which may include updates. All locally installed GRASS Addons extensions can be re-installed by g.extension.all.

EXAMPLES

Download and install r.stream.distance into current GRASS installation
g.extension extension=r.stream.distance
Remove locally installed extension
g.extension extension=r.stream.distance operation=remove
List all available extensions from GRASS Addons SVN repository
g.extension -l
List all locally installed extensions
g.extension -a

SEE ALSO

g.extension.all

See also GRASS Addons wiki page.

AUTHORS

Markus Neteler (original shell script)
Martin Landa, Czech Technical University in Prague, Czech Republic (Python rewrite)

Last changed: $Date$