mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 03:48:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,20 +11,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Update the list of available slackbuilds and versions:
|
||||
|
||||
`slapt-src --update`
|
||||
`slapt-src {{[-u|--update]}}`
|
||||
|
||||
- List all available slackbuilds:
|
||||
|
||||
`slapt-src --list`
|
||||
`slapt-src {{[-l|--list]}}`
|
||||
|
||||
- Fetch, build and install the specified slackbuild(s):
|
||||
|
||||
`slapt-src --install {{slackbuild_name}}`
|
||||
`slapt-src {{[-i|--install]}} {{slackbuild_name}}`
|
||||
|
||||
- Locate slackbuilds by their name or description:
|
||||
|
||||
`slapt-src --search {{search_term}}`
|
||||
`slapt-src {{[-s|--search]}} {{search_term}}`
|
||||
|
||||
- Display information about a slackbuild:
|
||||
|
||||
`slapt-src --show {{slackbuild_name}}`
|
||||
`slapt-src {{[-w|--show]}} {{slackbuild_name}}`
|
||||
|
||||
Reference in New Issue
Block a user