HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pkgstats — Submit and view Arch Linux package popularity statistics. More information: <https://github.com/arch

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pkgstatscommandandcliarchlinuxsubmitview
linux

Problem

How to use the pkgstats command: Submit and view Arch Linux package popularity statistics. More information: <https://github.com/archlinux-de/pkgstats-cli#usage>.

Solution

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]}}

Code Snippets

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 ...}}

Context

tldr-pages: linux/pkgstats

Revisions (0)

No revisions yet.