The Boards Manager provides the most convenient way to remove unwanted or unused boards. The location of the installed cores can be found here.
The following instructions to uninstall is not limited to the core in this example; it equally would be applicable to both official Arduino and third party cores.
Uninstall using the Boards Manager
Note
In Arduino IDE 1.x, the “Arduino AVR Boards” package is bundled with the application files and cannot be uninstalled using the Boards Manager.
The Boards Manager provides the most convenient way to remove unwanted or unused boards.
-
Open the Boards Manager:
- In the menu bar, select Tools > Board > Boards Manager…
- In IDE 2, you can also click on the button in the sidebar.
-
Filter the results by typing in the text field, and find the board package you want to uninstall.
-
Uninstall the library:
-
In Arduino IDE 1.x, click the Remove button.
-
In Arduino IDE 2, hover over the “Installed” label to reveal the Uninstall button, and click it.
The Library Manager looks slightly different depending on what version of the IDE you are using.
-
-
Confirm that you want to uninstall the board package.
-
Wait while Arduino IDE uninstalls the board package.
If you want to remove many packages, or are unsure which packages are installed, it will be more efficient to delete the files directly.
Uninstall by directly deleting files
The files can also be removed directly with your system’s file manager application:
-
Open the
packages
subfolder. -
Open the package vendor’s subfolder, e.g.
arduino
, oradafruit
. -
Open the
hardware
subfolder. This folder contains the board packages. -
Remove any/all folders within.