How to (uninstall)delete library manager

hi there,i want to delete some library manager on arduino ide.
i want delete tinygps library manager but there is no uninstall menu on it.and actually i want cahnge tiniygps version,but the menu is not available.
this is ive shown below.

Go to your project folder and then to libraries. Then delete the folder of the library. Restart the IDE. Done.

2 Likes

There has only been one release of the library, which is the 13.0.0 version you already had installed:

The version selector is only shown when multiple versions are available.

1 Like

ive been find the solution,and know more about it. show this my tips for this problem.
The easiest way to find a library is to do this:

  1. Open the Arduino IDE's File > Examples menu.
  2. Click the name of the library you want to find.
  3. Click on any of the library's examples.
  4. Select Sketch > Show Sketch Folder from the Arduino IDE's menus.
1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.