Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
linux/spi Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, linux]
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>.
- 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 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`