
NAME
g.extension - Maintains GRASS Addons extensions in local GRASS installation.
Downloads, installs extensions from GRASS Addons SVN repository into local GRASS installation or removes installed extensions.
KEYWORDS
general, installation, extensions
SYNOPSIS
g.extension
g.extension help
g.extension [-lcgasdift] extension=name operation=string [svnurl=url] [prefix=path] [--verbose] [--quiet]
Flags:
- -l
- List available extensions in the GRASS Addons SVN repository
- -c
- List available extensions in the GRASS Addons SVN repository including module description
- -g
- List available extensions in the GRASS Addons SVN repository (shell script style)
- -a
- List locally installed extensions
- -s
- Install system-wide (may need system administrator rights)
- -d
- Download source code and exit
- -i
- Don't install new extension, just compile it
- -f
- Force removal when uninstalling extension (operation=remove)
- -t
- Operate on toolboxes instead of single modules
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- extension=name [required]
- Name of extension to install/remove
- operation=string [required]
- Operation to be performed
- Options: add, remove
- Default: add
- svnurl=url
- SVN Addons repository URL
- Default: http://svn.osgeo.org/grass/grass-addons/grass7
- prefix=path
- Prefix where to install extension (ignored when flag -s is given)
- Default: $GRASS_ADDON_BASE
DESCRIPTION
g.extension downloads and installs, removes or updates
extensions from GRASS Addons SVN repository into the local GRASS
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.rebuild.all.
EXAMPLES
Download and install i.points.auto into current GRASS installation
g.extension extension=i.points.auto
Remove locally installed extension
g.extension extension=i.points.auto operation=remove
List all available extensions from GRASS Addons SVN repository
List all locally installed extensions
SEE ALSO
g.extension.rebuild.all
See also GRASS Addons wiki page.
AUTHOR
Markus Neteler
Martin
Landa, Czech Technical University in
Prague, Czech Republic
Last changed: $Date: 2011-12-25 16:06:14 -0800 (Sun, 25 Dec 2011) $
Main index - General index - Full index
© 2003-2012 GRASS Development Team