You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Software Support/IDE Settings/Uninstall-libraries-from-Arduino-IDE.md
+36-22Lines changed: 36 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,45 @@ title: "Uninstall libraries from Arduino IDE"
3
3
id: 360016077340
4
4
---
5
5
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
+
<aid="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 or select _Tools > Manage Libraries..._ in the menu bar.
20
+
21
+

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
+

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
+

35
+
36
+
5. Confirm that you want to uninstall the library by clicking **Yes**.
7
37
8
38
---
9
39
10
-
## Uninstall using your filemanager
40
+
<aid="file-manager"></a>
11
41
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.
13
45
14
46
### Library Manager, "Add .ZIP Library", and manual installs
15
47
@@ -34,24 +66,6 @@ They are written specifically for the boards of that platform and are only acces
34
66
35
67
---
36
68
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
-

48
-
49
-
4. Put your mouse cursor over the INSTALLED label and click UNINSTALL to uninstall the library.
50
-
51
-

52
-
53
-
---
54
-
55
69
## Further reading
56
70
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).
0 commit comments