Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -6,19 +6,19 @@ source: https://github.com/tldr-pages/tldr.git
# spi
> A meta package manager that handles both packages and slackbuilds.
> More information: <https://github.com/gapan/spi>.
> More information: <https://github.com/gapan/spi/blob/master/man/spi.t2t>.
- Update the list of available packages and slackbuilds:
`spi --update`
`spi {{[-u|--update]}}`
- Install a package or slackbuild:
`spi --install {{package/slackbuild_name}}`
`spi {{[-i|--install]}} {{package/slackbuild_name}}`
- Upgrade all installed packages to the latest versions available:
`spi --upgrade`
`spi {{[-U|--upgrade]}}`
- Locate packages or slackbuilds by package name or description: