260401-openclaw-cn-uninstall卸载
Created At :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| # 运行 OpenClaw 的内置卸载程序 openclaw-cn uninstall --all --yes openclaw uninstall --all --yes
## npm卸载 npm uninstall -g openclaw-cn npm uninstall -g openclaw
## 删除本地文件 rm -rf ~/.openclaw # 如果安装过旧版本,也一并删除 rm -rf ~/.clawdbot ~/.moltbot ~/.molthub
# 清理 npm 缓存 npm cache clean --force
|
转载请注明来源。若文章内容存在错误、过期信息或更优解法,欢迎在仓库中提出修正。