Skip to content

Commit c48285d

Browse files
authored
Merge pull request #134 from arduino/uninstall-libraries-updates
"Uninstall libraries from Arduino IDE" updated for 2.0.0
2 parents 6cadf19 + 5bc8c47 commit c48285d

File tree

6 files changed

+36
-22
lines changed

6 files changed

+36
-22
lines changed

content/Software Support/IDE Settings/Uninstall-libraries-from-Arduino-IDE.md

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,45 @@ title: "Uninstall libraries from Arduino IDE"
33
id: 360016077340
44
---
55

6-
Learn how to remove IDE libraries from your computer.
6+
There are two ways of removing libraries:
7+
8+
* [Uninstall libraries with the Library manager (requires IDE 2)](#library-manager). Easy way to remove individual libraries.
9+
* [Remove libraries with your file manager](#file-manager). A better option if you want to remove many libraries and it works for all versions of the IDE.
10+
11+
---
12+
13+
<a id="library-manager"></a>
14+
15+
## Uninstall libraries with the Library manager
16+
17+
The Library Manager in Arduino IDE 2 can be used to uninstall individual libraries:
18+
19+
1. Click the ![Library Manager button](img/symbol_library.png) **Library Manager** button or select _Tools > Manage Libraries..._ in the menu bar.
20+
21+
![Opening the Library Manager.](img/ide2-library-manager-open.png)
22+
23+
2. Filter your search:
24+
25+
* For the Type option, select **Installed** to show only installed libraries
26+
* To further filter the results, type the library name into the text field.
27+
28+
![Filtering the results.](img/ide2-library-manager-filter.png)
29+
30+
3. Find the library in the search results. Note that the results are listed alphabetically.
31+
32+
4. Put your mouse cursor over the INSTALLED label and click UNINSTALL to uninstall the library.
33+
34+
![Uninstalling the ArduinoBLE library.](img/ide2-library-manager-uninstall.png)
35+
36+
5. Confirm that you want to uninstall the library by clicking **Yes**.
737

838
---
939

10-
## Uninstall using your file manager
40+
<a id="file-manager"></a>
1141

12-
Removing the library files directly is the most reliable method that will work for versions of Arduino IDE and library types.
42+
## Remove libraries with your file manager
43+
44+
This method allows you to remove many libraries at once. It works for all types of libraries and versions of Arduino IDE.
1345

1446
### Library Manager, "Add .ZIP Library", and manual installs
1547

@@ -34,24 +66,6 @@ They are written specifically for the boards of that platform and are only acces
3466

3567
---
3668

37-
## Uninstall in Library manager (2.x only)
38-
39-
In **Arduino IDE 2.x**, libraries available in the Library Manager can also be uninstalled there.
40-
41-
1. In the menu bar, click on _Tools > Manage Libraries..._
42-
43-
2. Search for the library you want to uninstall.
44-
45-
3. Find the library in the search results, which are listed alphabetically.
46-
47-
![Finding the 'ArduinoBLE' library in the Library Manager.](img/library-manager-2.x-search.png)
48-
49-
4. Put your mouse cursor over the INSTALLED label and click UNINSTALL to uninstall the library.
50-
51-
![Uninstalling the 'ArduinoBLE' library in the Library Manager.](img/library-manager-2.x-uninstall.png)
52-
53-
---
54-
5569
## Further reading
5670

57-
For a complete overview of files used by Arduino IDE, see [Find sketches, libraries, board cores, and other files on your computer](https://support.arduino.cc/hc/en-us/articles/4415103213714-Find-sketches-libraries-cores-and-other-files-on-your-computer).
71+
* [Find sketches, libraries, board cores, and other files on your computer](https://support.arduino.cc/hc/en-us/articles/4415103213714-Find-sketches-libraries-cores-and-other-files-on-your-computer).
246 KB
Loading
251 KB
Loading
245 KB
Loading
-179 KB
Binary file not shown.
-70.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)