Skip to content

Commit 8415394

Browse files
authored
Ide 1x library uninstall clarification (#79)
* Putting the catch-all (1.8 compatible) solution first * Update link text to match title
1 parent 8596c5c commit 8415394

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

content/Software and Downloads/IDE Settings/Uninstall-a-library-from-Arduino-IDE.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@ Learn how to remove IDE libraries from your computer.
66

77
---
88

9-
## Uninstall in Library manager
10-
11-
**In Arduino IDE 2.0**, libraries available in the Library Manager can also be uninstalled there.
12-
13-
1. In the menu bar, click on _Tools > Manage Libraries..._
14-
15-
2. Search for the library you want to uninstall.
16-
17-
3. Find the library in the search results, which are listed alphabetically.
18-
19-
![Finding the 'ArduinoBLE' library in the Library Manager.](img/library-manager-2.x-search.png)
20-
21-
4. Put your mouse cursor over the INSTALLED label and click UNINSTALL to uninstall the library.
22-
23-
![Uninstalling the 'ArduinoBLE' library in the Library Manager.](img/library-manager-2.x-uninstall.png)
24-
25-
---
26-
279
## Uninstall using your file manager
2810

2911
Removing the library files directly is the most reliable method that will work for all IDE versions and library types.
@@ -51,6 +33,24 @@ They are written specifically for the boards of that platform and are only acces
5133

5234
---
5335

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

56-
For a complete overview of files used by Arduino IDE, see [Find sketches, libraries, 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).
56+
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).

0 commit comments

Comments
 (0)