260401-openclaw-cn-uninstall卸载

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