# Uninstallation

## Uninstallation - Python (pip3) Package

If you installed Keeper Commander with [pip3](/en/keeperpam/commander-cli/commander-installation-setup/installation-on-linux.md#installing-python), you can uninstall Keeper Commander by invoking the following command:

```bash
pip3 uninstall keepercommander
```

&#x20;You will be prompted to confirm uninstallation:

```bash
$ pip uninstall keepercommander
Found existing installation: keepercommander 16.9.8
Uninstalling keepercommander-16.9.8:
  Would remove:
    /Library/Frameworks/Python.framework/Versions/3.11/bin/keeper
    /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keepercommander-16.9.8.dist-info/*
    /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keepercommander/*
Proceed (Y/n)? 
```

## Uninstallation - Windows Binary  (.exe)

If you installed Keeper Commander using the [Windows binary,](/en/keeperpam/commander-cli/commander-installation-setup/installation-on-windows.md#typical-binary-installation-recommended) follow the following steps to uninstall:&#x20;

1. Open Control Panel&#x20;
2. Navigate to Programs > Programs & Features&#x20;
3. Right Click "Keeper Commander" and select "Uninstall"
4. Follow the prompted directions on screen&#x20;

For alternative ways on uninstalling program on Windows, refer to this [page](https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98#ID0EBD=Windows_10).

## Uninstallation - Mac Binary (.pkg)

If you installed Keeper Commander using the Mac [binary](/en/keeperpam/commander-cli/commander-installation-setup/installation-on-mac.md#binary-installation-recommended), follow the following steps to uninstall: &#x20;

1. Open Finder
2. Navigate to Application Folder&#x20;
3. Right Click "Keeper Commander" and select "Move to Trash"&#x20;


---

# Agent Instructions: 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.keeper.io/en/keeperpam/commander-cli/commander-installation-setup/uninstallation.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.
