> For the complete documentation index, see [llms.txt](https://docs.yemreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yemreak.com/contents/f99b4218.md).

# Claude Code'u Tamamen Kaldırmak (macOS)

[r/ClaudeCode](https://www.reddit.com/r/ClaudeCode/comments/1omjdz8/to_remove_claude_code_cli_completely_for_macos/) • [r/ClaudeAI](https://www.reddit.com/r/ClaudeAI/comments/1omjeu2/to_remove_claude_code_cli_completely_for_macos/)

Yeni versiyona geçerken, sorun yaşadığında veya sıfırdan kurmak istediğinde tüm izleri temizle.

**Package manager'dan kaldır:**

```bash
npm uninstall -g @anthropic-ai/claude-code
bun uninstall -g @anthropic-ai/claude-code
```

**Binary temizle:**

```bash
rm -rf $HOME/.bun/bin/claude
rm -rf $HOME/.bun/bin/../install/global/node_modules/@anthropic-ai
rm -f $HOME/.npm-global/bin/claude
```

**Config temizle:**

```bash
rm -rf $HOME/.local/share/claude
rm ~/.claude.json
rm -rf ~/.claude/
```

**Sonuç**

```sh
# Kontrol et
which claude
# → komut bulunamadı

ls ~/.claude*
# → dosya yok

# Şimdi yeniden kur
brew install --cask claude-code
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/contents/f99b4218.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
