I have installed a library from the library manager but it does not work correctly so how can I uninstall in? Thank you
You have posted in the IDE 2.x category of the forum so I assume that is the version that you are using
Open the Library Manager. Find the library and click the REMOVE button
I do not know which version I am using as I am a beginner so how can I see that?
What does it say in the title bar of the IDE window ?
Then you are not using IDE 2.x so the procedure to delete a library is different and requires needs to be done manually
Locate your Sketchbook folder (look in File/Preferences in the IDE if you don't know where it is) and open the libraries folder. You should see a folder in there with a name that refers to the library that you want to delete. Delete that folder and the library will be deleted. I suggest that you make a copy of the folder in another location before deleting it in case of problems
Of course, you could always try to fix the problem that you are having with the library rather than deleting it
Your topic has been moved to a more relevant category
@rishabhshah1
Try this...
LETS FIRST FIND YOUR ARDUINO IDE VERSION
it should be written at the top when you open the IDE
in my case it says ARDUINO IDE 2.1.1
Or you can select HELP in the toolbar
Then Select ABOUT
and then you see something like this which tells you VERSION 2.1.1
TO DELETE A LIBRARY
Go to the Library manager like this
On the Left Side Panel there are some icons
Pick the one that looks like a bunch of books
You'll then see this
In the top section select INSTALLED
You will then be presented with all your libraries that you have installed
Pick the one you want to Uninstall
You then click Remove
In older versions YOU SELECT INSTALL and you get a chance to Uninstall it
You can also do this...
TOOLS then MANAGE LIBRARIES
then continue as above
Let me know how you go
Please keep up at the back
We have established that it is version 1.8.19, which is one reason that I moved the topic to the IDE 1.x category from its original location of IDE 2.x
Please post a screenshot of that. Which versions of the IDE are you referring to ?
1 Like
Sorry it must have been the case when i was posting you had already moved forward.
I can't post a screenshot of it, it was in a version of IDE that i no longer have installed,
i think it was back in 1.8 or something to that effect
i remember it also confusing me
and the solution was to click Install or Hover over it and then you would get an option to Uninstall
2112
September 9, 2023, 4:27pm
10
Where would I find this option? I tried this in my Library Manager but can't seem to make it happen?
This would make life easier. I'm using Version 1.8.9 and 1.8.19.
OK. Since i no longer have Version 1.8 Installed
to refresh my memory,
go to your library manager
Select INSTALLED
and give me a screenshot of 1 of your libraries
and then i'll tell you
abcda
September 9, 2023, 4:32pm
12
The easiest solution is to type libraries in the windows search bar and open the libraries folder, then trash the library file you want to delete there
Ahh yes, Now i remember
WATCH HOW STUPID THIS IS....
I'm using google images to depict this. ok
go to library manager
See where it says INSTALLED
CLICK ON THAT
AND WATCH WHAT HAPPENS
v205
September 9, 2023, 4:42pm
14
@anon76350110 was using v2
1 Like
True i'm on 2.1.1
but i do remember 1.8 and did provide a screenshot on how to do it,
i do remember it now, You click on the word INSTALLED and it changes to UNINSTALL
I remember it because when i found it i thought it was the dumbest thing i ever saw
You are thinking of Arduino IDE 2.x. Arduino IDE 1.x never had a way to uninstall libaries:
opened 01:32PM - 02 Apr 15 UTC
Component: IDE
feature request
Component: Board/Lib Manager
I just installed the Adafruit CC3000 library using the library manager dialog in… Arduino 1.6.3. No there's no way to remove the library from the dialog. Shouldn't this be possible?
Arduino IDE versions 2.0.0 through 2.0.4 had the unintuitive system of the "INSTALLED" label turning into an "UNINSTALL" button on hover:
opened 04:19AM - 14 Feb 21 UTC
closed 03:17PM - 15 Mar 23 UTC
conclusion: resolved
topic: code
type: imperfection
criticality: high
### Describe the problem
I needed to uninstall a boards platform via Boards M… anager and couldn't find the <kbd>**Remove**</kbd> button I'm used to from using Arduino IDE 1.x.
It took me quite some time to realize that the "**INSTALLED**" label on the entry in the list of platforms turns into an "**UNINSTALL**" button when you hover on it.
### To reproduce
1. Open the "**Boards Manager**" view.
1. Scroll down until you see the "**Arduino AVR Boards**" platform entry.
1. Look for an obvious mechanism to uninstall the platform.
### Expected behavior
Make the uninstall functionality easy for the user to discover.
### Arduino IDE version
#### Original report
2.0.0-beta.2-snapshot.298cc11
#### Last verified with
76f9f635d8558f399423f64c0c709e3a53bdcd03
### Operating system
All
### Operating system version
Any
### Additional context
A minimal change that would improve the current situation would be to change the installed "**INSTALLED**" label to have the same border and drop shadow as the <kbd>INSTALL</kbd> button.
Alternatively, a <kbd>**Remove**</kbd> button could be added to mirror the Arduino IDE 1.x Boards Manager UI.
---
The Arduino IDE 1.x Library Manager does not have an uninstall capability, but the Arduino IDE 1.x Boards Manager does have an uninstall capability, so the latter should be used if looking for a reference design.
### Issue checklist
- [X] I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My request contains all necessary details
That was done away with during the UI reworking that was released in Arduino IDE 2.1.0:
arduino:main
← arduino:#19
opened 05:08PM - 01 Mar 23 UTC
### Motivation
### Change description
TODOs:
- [x] https://github.co… m/arduino/arduino-ide/issues/19
- When the installed version is selected in the version dropdown, IDE2 shows the `Remove` button.
- When a library is installed, hovering over the installed version, `REMOVE` is visible.
- Removing a library from the `...` context menu is also possible.
https://user-images.githubusercontent.com/1405703/224006766-3737d8bc-3210-4541-b82e-bf4e56954553.mp4
https://user-images.githubusercontent.com/1405703/224006834-486308e1-a451-4d0b-95d1-af4fc1565afe.mp4
- [x] https://github.com/arduino/arduino-ide/issues/781
- Open the libraries manager widget,
- Search for `Arduino Uno WiFi Dev Ed Library`,
- If the library is installed, uninstall it,
- Verify that only `0.0.3` is available in the select,
- Click on the `Install` button,
- Library is installed, but the select still shows `0.0.3` version, and the button shows `Remove` instead of `Install`,
- Click on `...`, and the context menu shows `Remove`. `Remove` from the context menu is always visible when the library is installed. It does not depend on the button's state.
https://user-images.githubusercontent.com/1405703/224006904-242ba613-2790-434a-a260-0dc2f72dbe75.mp4
- [x] https://github.com/arduino/arduino-ide/issues/1591
- The version `<select>` and the install `<button>` were made to be always in #1568, so there was not much to fix, but remove the bogus cell height calculation and switch to the `react-virtouso` library from Theia.
- [x] https://github.com/arduino/arduino-ide/issues/1607
- When a library is installed, but the installed version is not the latest, and the latest version is selected in the dropdown, IDE2 shows `Update` instead of `Install`
https://user-images.githubusercontent.com/1405703/224005054-f464fe48-2935-4541-b836-49cd688748fb.mp4
- [x] https://github.com/arduino/arduino-ide/issues/1679
- Create a new sketch,
- Open the libraries manager widget,
- Search for `arduinoiotcloud`,
- Select version `1.10.0`,
- Click on the `Install` button,
- Dialog pops,
- You can navigate with <kbd>Shift</kbd>+<kbd>Tab</kbd> (on macOS).
https://user-images.githubusercontent.com/1405703/223973556-9d8a0030-2e4f-4772-bdcc-630fcfbcd619.mp4
- [x] https://github.com/arduino/arduino-ide/issues/1707
- Create a new sketch,
- Open the libraries manager widget,
- Search for `arduinoiotcloud`,
- Select version `1.10.0`,
- Click on the `Install` button,
- Dialog pops, close the dialog with the `X`,
- Verify that the version `select` still shows `1.10.1`.
https://user-images.githubusercontent.com/1405703/223971468-6b019f84-9790-4672-bede-960031de5b5a.mp4
- [x] https://github.com/arduino/arduino-ide/issues/1924
- IDE2 always selects the latest available version by default,
- When toggling/showing the view, all version selects reset to the default:
https://user-images.githubusercontent.com/1405703/224002986-38f9dd74-e737-45c1-a849-790b8001fed5.mp4
- When changing the version of a lib, all other versions reset to the default:
https://user-images.githubusercontent.com/1405703/224003386-35fa5a99-b126-438c-990f-d1e21a5ea109.mp4
- When installing or uninstalling a library, the version selection of all libraries reset to the default.
https://user-images.githubusercontent.com/1405703/224004076-c7566a94-070d-4d0c-a1a6-5edcb8e62afb.mp4
https://user-images.githubusercontent.com/1405703/224004168-453e0ee1-15d5-43df-83ec-527135f79776.mp4
- All lib versions reset to the default when changing the query term or the search filters.
- [x] https://github.com/arduino/arduino-ide/issues/1941
- Create a new sketch (or reset the workbench layout),
- Open the libraries/boards manager,
- The `focus` is on the `<input>` so that you can type to filter without clicking anywhere.
https://user-images.githubusercontent.com/1405703/223965716-598794e0-7a88-4e82-8fcb-50412f98dded.mp4
### Other information
- The `Install`/`Update`/`Remove` button is disabled when installing, updating, or removing a library.
https://user-images.githubusercontent.com/1405703/224007676-47ea8e46-ea5b-4e28-8fe3-c48b44ab3e7d.mp4
- Colors work well with all three supported themes.
https://user-images.githubusercontent.com/1405703/224008082-f67470d9-e3d9-4610-9fcd-c906acc148cd.mp4
- When a library is installed with at least one example, the `Examples` submenu is available from the `...` context menu.
https://user-images.githubusercontent.com/1405703/224008508-7cd7a905-f12a-4608-bebe-d29b8fcdda3f.mp4
- Can open `More info` from the context menu.
- Can select another version from the context menu. The menu is not visible when there is only one version available.
<img width="311" alt="Screen Shot 2023-03-09 at 12 21 53" src="https://user-images.githubusercontent.com/1405703/224008888-25efe74a-638e-4f0b-b0d9-807bff7d4332.png">
### Reviewer checklist
Closes #19
Closes #781
Closes #1591
Closes #1607
Closes #1707
Closes #1924
Closes #1941
* [ ] PR addresses a single concern.
* [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-ide/pulls) before creating one)
* [ ] PR title and description are properly filled.
* [ ] Docs have been added / updated (for bug fixes / features)
2 Likes
OK
so what about Post #12 then
has that been tried
Further to that we can attack REGEDIT if need be
I am on mac
Does anyone know how to do it on that because it is different than windows.
1 Like