web-dev-qa-db-ja.com

「人気コンテスト」パッケージの目的は何ですか?

現在、ubuntuサーバーをインストールしていますが、構成フェーズでそれを確認しました。

このパッケージは何をしますか、何のためですか?

44
alexyorke

インストールされているパッケージに関する情報を送信します(ただし、デフォルトでは無効になっています。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.
53
Vojtech Trefny