mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 10:54:45 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/pikman
Normal file
41
tldr/linux/pikman
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user