mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 16:50:27 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/appman
Normal file
33
tldr/linux/appman
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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]}}`
|
||||
@@ -7,6 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Resolve domain names, IPv4 and IPv6 addresses, DNS resource records, and services.
|
||||
> Introspect and reconfigure the DNS resolver.
|
||||
> See also: `dig`, `nslookup`, `host`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/resolvectl.html>.
|
||||
|
||||
- Show DNS settings:
|
||||
|
||||
Reference in New Issue
Block a user