Skip to content

Uninstall Zig

Terminal window
# Examples
zvm rm 0.10.0 # remove an exact version
zvm rm .13 # shorthand; resolves to an installed 0.13.x
zvm rm stable # alias; removes the installed stable release

Use uninstall or rm to remove an installed version from your system.

rm resolves against versions already on your machine — it does not consult the remote version map. See Version Syntax for the full list of accepted forms.