卸载
使用包管理器卸载
bash
npm uninstall -g openclawbash
pnpm remove -g openclawbash
bun remove -g openclaw手动清理
删除配置文件和数据目录:
bash
# 删除配置
rm -rf ~/.openclaw
# 删除 npm 包(如果还有残留)
npm rm -g openclawDocker 卸载
bash
# 删除容器
docker rm -f openclaw
# 删除镜像
docker rmi openclaw:latest
# 删除数据卷
docker volume rm openclaw-data验证卸载
bash
openclaw --version
# 应该显示: command not found