mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
32 lines
536 B
ReStructuredText
32 lines
536 B
ReStructuredText
![]() |
.. _cmd_uninstall:
|
||
|
|
||
|
platformio uninstall
|
||
|
====================
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
Usage
|
||
|
-----
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
platformio uninstall PLATFORM
|
||
|
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Uninstall specified :ref:`Platforms <platforms>`
|
||
|
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
$ platformio uninstall timsp430
|
||
|
Uninstalling toolchain-timsp430 package: [OK]
|
||
|
Uninstalling tool-mspdebug package: [OK]
|
||
|
Uninstalling framework-energiamsp430 package: [OK]
|
||
|
The platform 'timsp430' has been successfully uninstalled!
|