“人气竞赛”套餐有什么用?

ale*_*rke 52 package-management apt popcon

我目前正在安装 ubuntu 服务器,并在配置阶段注意到它。

这个包有什么作用,有什么用?

Voj*_*fny 66

它发送有关已安装软件包的信息(但默认情况下这是禁用的,您可以使用 启用它sudo dpkg-reconfigure popularity-contest)以获取软件包流行度/使用情况统计信息。

https://help.ubuntu.com/community/UbuntuPopularityContest

http://popcon.ubuntu.com/

包装说明:

The popularity-contest package sets up a cron job that will periodically
 anonymously submit to the Ubuntu developers statistics about the most used
 Ubuntu packages on this system. 

 This information helps us making decisions such as which packages should go on
 the first CD. It also lets us improve future versions of Ubuntu so that the
 most popular packages are the ones which are installed automatically for new
 users.
Run Code Online (Sandbox Code Playgroud)

  • 描述来自 Debian,它曾经在多张 CD 上分发(DVD 之前的美好时光)。第一张 CD 包含最少的软件包集,您可以使用其他 CD 作为“存储库”来安装其他 CD(对于无法访问 Internet 的人很有用)。因此,popcon 结果帮助开发人员决定在第一张 CD 上放哪些包。 (4认同)
  • 在这种情况下,“第一张CD”是什么? (2认同)