# アンインストール

## Python (pip3) パッケージを使用

[pip3](/keeperpam/jp/commander-cli/commander-installation-setup/installation-on-linux.md#installing-python)を使用してKeeperコマンダーをインストールした場合は、以下のコマンドを実行してKeeperコマンダーをアンインストールします。

```bash
pip3 uninstall keepercommander
```

アンインストールの確認を求めるプロンプトが表示されます。

```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)?
```

## Windowsバイナリ (.exe) を使用

[Windowsバイナリ](/keeperpam/jp/commander-cli/commander-installation-setup/installation-on-windows.md#typical-binary-installation-recommended)を使用してKeeperコマンダーをインストールした場合は、以下の手順でアンインストールしてください。

1. コントロールパネルを開きます
2. **\[プログラム]** > **\[プログラムと機能]** を選択します。
3. 一覧か&#x3089;**「Keeper Commander」**&#x3092;右クリックし、**\[アンインストール]** を選択します。
4. 画面に表示される指示に従って操作を完了します。

Windowsでプログラムをアンインストールする別の方法については、こちらの[ページ](https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98#ID0EBD=Windows_10)をご参照ください。

## Macバイナリ (.pkg) を使用

[Macバイナリ](/keeperpam/jp/commander-cli/commander-installation-setup/installation-on-mac.md#binary-installation-recommended)を使用してKeeperコマンダーをインストールした場合は、以下の手順でアンインストールしてください。

1. Finderを開きます。
2. アプリケーションフォルダを開きます。
3. 「Keeper Commander」を右クリックして、**\[ゴミ箱に入れる]** を選択します。


---

# 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/keeperpam/jp/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.
