mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 14:54:22 +00:00
42 lines
676 B
Plaintext
42 lines
676 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pikman
|
|
|
|
> PikaOS package manager utility.
|
|
> More information: <https://wiki.pika-os.com/en/custom-utils-wiki/pikman-manager-cli>.
|
|
|
|
- Install a package:
|
|
|
|
`pikman {{[i|install]}} {{package}}`
|
|
|
|
- List installed packages:
|
|
|
|
`pikman {{[l|list]}}`
|
|
|
|
- Search for a package:
|
|
|
|
`pikman {{[s|search]}} {{package}}`
|
|
|
|
- Update the list of available packages:
|
|
|
|
`pikman update`
|
|
|
|
- Remove a package:
|
|
|
|
`pikman {{[r|remove]}} {{package}}`
|
|
|
|
- Remove all unused packages:
|
|
|
|
`pikman autoremove`
|
|
|
|
- List available package updates:
|
|
|
|
`pikman upgrades`
|
|
|
|
- Install available package updates:
|
|
|
|
`pikman upgrade`
|