Files
espressif--esp-idf/docs/en/get-started/uninstall.rst
T
2026-07-13 13:04:25 +08:00

40 lines
1.0 KiB
ReStructuredText

Uninstall ESP-IDF Using EIM GUI
================================
:link_to_translation:`zh_CN:[中文]`
Launch the ESP-IDF Installation Manager. Under ``Manage Installations``, click ``Open Dashboard``.
.. figure:: ../../_static/get-started-eim-gui.png
:align: center
:alt: Open Dashboard in EIM GUI
:figclass: align-center
Open Dashboard in EIM GUI
To remove a specific ESP-IDF version, click the ``Remove`` button under the version you want to remove.
To remove all ESP-IDF versions, click the ``Purge All`` button at the bottom of the page.
.. figure:: ../../_static/get-started-eim-gui-uninstall.png
:align: center
:alt: Uninstall ESP-IDF in EIM GUI
:figclass: align-center
Uninstall ESP-IDF in EIM GUI
Uninstall ESP-IDF Using EIM CLI
================================
To remove a specific ESP-IDF version, for example v5.4.2, run the following command in your terminal:
.. code-block:: bash
eim remove v5.4.2
To remove all ESP-IDF versions, run the following command in your terminal:
.. code-block:: bash
eim purge