mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 23:50:55 +00:00
Update cheatsheets
This commit is contained in:
33
linux/spi
Normal file
33
linux/spi
Normal 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`
|
||||
Reference in New Issue
Block a user