forked from luarocks/luarocks
-
Notifications
You must be signed in to change notification settings - Fork 0
remove
Hisham Muhammad edited this page May 10, 2016
·
2 revisions
remove - Uninstall a rock.
luarocks remove [--force|--force-fast] name [version]
name is the name of a rock to be uninstalled.
If a version is not given, try to remove all versions at once.
Will only perform the removal if it does not break dependencies.
To override this check and force the removal, use --force.
To perform a forced removal without reporting dependency issues,
use --force-fast.
luarocks remove --force luafilesystem 1.3.0