mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 17:51:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user