1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/linux/spi.md

28 lines
631 B
Markdown

# spi
> A meta package manager that handles both packages and slackbuilds.
> More information: <https://github.com/gapan/spi>.
- Update the list of available packages and slackbuilds:
`spi --update`
- Install a package or slackbuild:
`spi --install {{package/slackbuild_name}}`
- Upgrade all installed packages to the latest versions available:
`spi --upgrade`
- Locate packages or slackbuilds of interest by package name or description:
`spi {{search_terms}}`
- Display information about a package or slackbuild:
`spi --show {{package/slackbuild_name}}`
- Purge the local package and slackbuild caches:
`spi --clean`