g.extension.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <h2>DESCRIPTION</h2>
  2. <em>g.extension</em> downloads and installs, removes or updates
  3. extensions from <a href="http://svn.osgeo.org/grass/grass-addons/grass7/">GRASS Addons SVN repository</a> into the local GRASS
  4. installation.
  5. <p>Re-running <em>g.extension</em> on an installed GRASS Addons
  6. extension re-installs the requested extension which may include
  7. updates. All locally installed GRASS Addons extensions can be
  8. re-installed
  9. by <em><a href="g.extension.rebuild.all.html">g.extension.rebuild.all</a></em>.
  10. <h2>EXAMPLES</h2>
  11. Download and install <em>i.points.auto</em> into current GRASS installation
  12. <div class="code"><pre>
  13. g.extension extension=i.points.auto
  14. </pre></div>
  15. Remove locally installed extension
  16. <div class="code"><pre>
  17. g.extension extension=i.points.auto operation=remove
  18. </pre></div>
  19. List all available extensions from GRASS Addons SVN repository
  20. <div class="code"><pre>
  21. g.extension -l
  22. </pre></div>
  23. List all locally installed extensions
  24. <div class="code"><pre>
  25. g.extension -a
  26. </pre></div>
  27. <h2>SEE ALSO</h2>
  28. <em>
  29. <a href="g.extension.rebuild.all.html">g.extension.rebuild.all</a>
  30. </em>
  31. <p>
  32. See also <a href="http://grass.osgeo.org/wiki/GRASS_AddOns">GRASS Addons</a> wiki page.
  33. <h2>AUTHOR</h2>
  34. Markus Neteler<br>
  35. <a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>,
  36. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  37. <p><i>Last changed: $Date$</i>