---
title: 卸载
description: "删除Ollama相关的lib文件。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengai/ecosystemEnable/ollama/kunpengollama_04_0006.html
sourcePath: /source/zh/kunpengai/ecosystemEnable/ollama/kunpengollama_04_0006.html
indexId: 684f1cb1d9d1f48dfed0b5c681c9697847ea64a5c0b2447b569354e3ead5a78f70
---
# 卸载

删除Ollama相关的lib文件。

```
rm -r $(which ollama | tr 'bin' 'lib')
```
