Updating
Keep your LazyPi packages current.
Update all packages
npx @robzolkos/lazypi update
This reconciles the LazyPi catalog against what's currently installed and runs pi update for each package that has a newer version available.
What the update does
LazyPi maintains a catalog of the exact packages and versions it manages. When you run update, it:
- Compares the current catalog against your installed packages
- Identifies packages with newer versions
- Runs
pi updatefor each one - Reports what changed
Packages you installed outside of LazyPi are not touched.