g.extension.all.html 922 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <h2>DESCRIPTION</h2>
  2. <em>g.extension.rebuild.all</em> reinstalls and updates all locally
  3. installed GRASS Addons extensions in local GRASS installation. The
  4. extensions can be installed
  5. by <em><a href="g.extension.html">g.extension</a></em>. List of
  6. locally installed extensions can be printed by <tt>g.extension
  7. -a</tt>.
  8. <h2>EXAMPLES</h2>
  9. Rebuild locally installed extensions which were built against
  10. different GIS Library (see <tt>g.version -r</tt>)
  11. <div class="code"><pre>
  12. g.extension.rebuild.all
  13. </pre></div>
  14. Force to rebuild all locally installed extensions
  15. <div class="code"><pre>
  16. g.extension.rebuild.all -f
  17. </pre></div>
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="g.extension.html">g.extension</a>
  21. </em>
  22. <p>
  23. See also <a href="http://grasswiki.osgeo.org/wiki/GRASS_AddOns">GRASS Addons</a> wiki page.
  24. <h2>AUTHOR</h2>
  25. Martin Landa, Czech Technical University in Prague, Czech Republic
  26. <p>
  27. <i>Last changed: $Date$</i>