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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ Learn how to uninstall Arduino libraries, whether through the Library Manager fo
8
8
In this article:
9
9
10
10
*[Uninstall libraries using the Library Manager](#library-manager)
11
-
*[Remove libraries manually using file manager](#file-manager)
11
+
*[Remove libraries manually using the file manager](#file-manager)
12
12
13
13
---
14
14
15
15
## Uninstall libraries using the Library Manager{#library-manager}
16
16
17
17
The Library Manager in Arduino IDE 2 can be used to uninstall individual libraries:
18
18
19
-
1. Click the **Library Manager** button or select _Tools > Manage Libraries..._ in the menu bar.
19
+
1. Click the **Library Manager** button in the sidebar, or select _Tools > Manage Libraries..._ in the menu bar.
20
20
21
21
2. Filter your search:
22
22
@@ -27,7 +27,7 @@ The Library Manager in Arduino IDE 2 can be used to uninstall individual librari
27
27
28
28
3. Find the library in the search results. Note that the results are listed alphabetically.
29
29
30
-
4. Click the **Remove**Button
30
+
4. Click the **Remove**button.
31
31
32
32

33
33
@@ -36,7 +36,7 @@ The Library Manager in Arduino IDE 2 can be used to uninstall individual librari
36
36
> [!NOTE]
37
37
> If a newer version of the library is available, the **Remove** button will be replaced by an **Update** button. To remove the library in this case, click the three dots in the top-right corner and select **Remove**.
38
38
39
-
## Remove libraries manually using file manager{#file-manager}
39
+
## Remove libraries manually using the file manager{#file-manager}
40
40
41
41
This method allows you to remove many libraries at once. It works for all types of libraries and versions of Arduino IDE.
Copy file name to clipboardExpand all lines: content/Software Support/Installation/Add-libraries-to-Arduino-IDE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@ title: "Add libraries to Arduino IDE"
3
3
id: 5145457742236
4
4
---
5
5
6
-
Libraries are a collection of code that provide extra functionality for use in sketches, for example when working with hardware or manipulating data.
6
+
Libraries are a collection of code that provide extra functionality for use in sketches, for example when working with hardware or manipulating data. Learn how to add libraries to Arduino IDE.
7
7
8
8
In this article:
9
9
10
-
*[Using the Library manager](#library-manager)
11
-
*[Importing a .zip Library](#zip-library)
10
+
*[Using the Library Manager](#library-manager)
11
+
*[Importing a .zip library](#zip-library)
12
12
*[Manual installation](#manual-installation)
13
13
*[Using installed libraries](#using-libraries)
14
14
15
15
---
16
16
17
-
## Using the Library manager{#library-manager}
17
+
## Using the Library Manager{#library-manager}
18
18
19
-
1.**Do one of the following:**
19
+
1. Do one of the following:
20
20
21
21
* In the menu bar, select _Tools > Manage Libraries..._
22
22
* In IDE 2, you can also click on the  button in the sidebar.
@@ -36,7 +36,7 @@ In this article:
36
36
37
37
---
38
38
39
-
## Importing a .zip Library{zip-library}
39
+
## Importing a .zip library{zip-library}
40
40
41
41
1. In the menu bar, go to *Sketch > Include Library > Add .ZIP Library...*
0 commit comments