arch-pkgstats


https://wiki.archlinux.org/index.php/Pkgstats
pkgstats 将所有已安装软件包,您正在使用的体系结构和镜像的列表发送到Arch Linux项目。该信息是匿名的,不能用于标识用户,但是它将帮助Arch开发人员确定其工作的优先级。
https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/pkgstats

用法
pkgstats 设置为使用systemd/Timers每周自动运行。一旦安装,它将在下次重启后被激活。
立即发送包数据, 直接运行命令即可:
$ pkgstats
另外还有2个选项可用:

  • -s 显示将发送什么信息.(但不发送任何东西) show what information would be sent(but do not send anything)
  • -q 保持安静,除非出现错误. be quiet except on errors


结果与参考

原文地址:https://www.cnblogs.com/sztom/p/13345362.html