mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 05:50:05 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/pkgstats
Normal file
33
tldr/linux/pkgstats
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pkgstats
|
||||
|
||||
> Submit and view Arch Linux package popularity statistics.
|
||||
> More information: <https://github.com/archlinux-de/pkgstats-cli#usage>.
|
||||
|
||||
- Send installed package data:
|
||||
|
||||
`pkgstats submit`
|
||||
|
||||
- View the sent data:
|
||||
|
||||
`pkgstats submit {{[-d|--dump-json]}}`
|
||||
|
||||
- Search for packages:
|
||||
|
||||
`pkgstats search {{search_term}}`
|
||||
|
||||
- Limit search result count (10 by default):
|
||||
|
||||
`pkgstats search {{search_term}} {{[-l|--limit]}} {{count}}`
|
||||
|
||||
- Pick packages for comparison:
|
||||
|
||||
`pkgstats show {{package1 package2 ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pkgstats {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user