mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 12:50:25 +00:00
34 lines
599 B
Plaintext
34 lines
599 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# appman
|
|
|
|
> Package manager for AppImages.
|
|
> More information: <https://github.com/ivan-hc/AppMan>.
|
|
|
|
- Update all packages to the latest available versions:
|
|
|
|
`appman {{[-u|update]}}`
|
|
|
|
- Search packages via keywords:
|
|
|
|
`appman {{[-q|query]}} {{package}}`
|
|
|
|
- Install a new package:
|
|
|
|
`appman {{[-i|install]}} {{package}}`
|
|
|
|
- Remove a package:
|
|
|
|
`appman {{[-r|remove]}} {{package}}`
|
|
|
|
- List all available packages:
|
|
|
|
`appman {{[-l|list]}}`
|
|
|
|
- Update AppMan to the latest version available:
|
|
|
|
`appman {{[-s|sync]}}`
|