mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
28 lines
670 B
Markdown
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`
|