g.extension.html 601 B

12345678910111213141516171819202122232425
  1. <h2>DESCRIPTION</h2>
  2. <em>g.extension</em> downloads and installs, removes or updates
  3. extensions from GRASS Addons SVN repository into the local GRASS
  4. installation.
  5. <p>
  6. Re-running the script on an installed GRASS Addons re-installs
  7. the requested extension which may include updates.
  8. <h2>EXAMPLES</h2>
  9. Download and install i.landsat.toar into current GRASS installation:
  10. <div class="code"><pre>
  11. g.extension extension=i.landsat.toar operation=add
  12. </pre></div>
  13. <h2>AUTHOR</h2>
  14. Markus Neteler<br>
  15. Upgraded for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic
  16. <p><i>Last changed: $Date$</i>