System Grab Bag

View all TLDR pages from common (or from all pages)

pio lib

Manage PlatformIO libraries. More information: https://docs.platformio.org/en/latest/core/userguide/lib/.
  • List installed libraries:
    pio lib list
  • List built-in libraries based on installed development platforms and their frameworks:
    pio lib builtin
  • Search for existing libraries:
    pio lib search {{keyword}}
  • Show details about a library:
    pio lib show {{library}}
  • Install a library:
    pio lib install {{library}}
  • Update installed libraries:
    pio lib update
  • Uninstall a library:
    pio lib uninstall {{library}}
  • Show PlatformIO library registry statistics:
    pio lib stats

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.