1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/spi.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

28 lines
670 B
Markdown

# spi
> A meta package manager that handles both packages and slackbuilds.
> More information: <https://github.com/gapan/spi/blob/master/man/spi.t2t>.
- Update the list of available packages and slackbuilds:
`spi {{[-u|--update]}}`
- Install a package or slackbuild:
`spi {{[-i|--install]}} {{package/slackbuild_name}}`
- Upgrade all installed packages to the latest versions available:
`spi {{[-U|--upgrade]}}`
- Locate packages or slackbuilds 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`