logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.extension.all - Rebuilds or removes all locally installed GRASS Addons extensions.

Author

       Martin Landa, Czech Technical University in Prague, Czech Republic

Description

g.extension.rebuild.all  reinstalls  and  updates  all locally installed GRASS Addons extensions in local
       GRASS installation. The extensions can be installed by g.extension. List of locally installed  extensions
       can be printed by g.extension -a.

Examples

       Rebuild locally installed extensions which were built against different GIS Library (see g.version -r)
       g.extension.rebuild.all
       Force to rebuild all locally installed extensions
       g.extension.rebuild.all -f

Keywords

       general, installation, extensions

Name

g.extension.all  - Rebuilds or removes all locally installed GRASS Addons extensions.
       By default only extensions built against different GIS Library are rebuilt.

See Also

g.extension

       See also GRASS Addons wiki page.

Source Code

       Available at: g.extension.all source code (history)

       Accessed: Friday Apr 04 01:21:11 2025

       Main index | General index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                              g.extension.all(1grass)

Synopsis

g.extension.allg.extension.all--helpg.extension.all [-f]  [operation=string]   [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-f
           Force operation (required for removal)

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:operation=string
           Operation to be performed
           Options: rebuild,remove
           Default: rebuild

See Also