Forrest logo
back to the pio tool

pio-lib:tldr:249df

pio-lib: Uninstall a library.
$ pio lib uninstall ${library}
try on your machine

The command 'pio lib uninstall' is used to uninstall a library from the PlatformIO library manager.

The variable '${library}' should be replaced with the actual name of the library you want to uninstall. For example, if you want to uninstall the WiFi library, you would use 'pio lib uninstall WiFi'.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool