Remove daily cron entry for Popularity Contest (popcon)
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Linux onlyThis script improves your privacy on Linux
-  Impact: MediumSystem Functionality Loss Risk: Moderate
 This action improves privacy with minimal impact when you run the recommended script.
 This action improves privacy with some impact when you run the recommended script.
- Bash (Shell script)These changes use Linux system commands to update your settings.
-  Fully reversibleYou can fully restore this action (revert back to the original behavior) using this website. The restore/revert methods provided here can help you fix issues. 
Overview
Normally, popularity-contest is run from a cron job, /etc/cron.daily/popularity-contest 1.
This job automatically submits the results to package maintainers once a week 1.
This script disables the cronjob, thus the automatic submission, but manually running popularity-contest
would still send data.
This script is only recommended if you understand its implications.
Some non-critical or features may no longer function correctly after running this script.
This script can be fully reversed to restore changes if something goes wrong.
Sources
- popularity-contest - Debian testing. Debian Manpages. manpages.debian.org. (2022).
 Original: https://manpages.debian.org/testing/popularity-contest/popularity-contest.8.en.html
 Archived: https://web.archive.org/web/20221029160506/https://manpages.debian.org/testing/popularity-contest/popularity-contest.8.en.html
Apply Now
Choose one of three ways to apply:
Help
How to apply or restore "Remove daily cron entry for Popularity Contest (popcon)" using script
- ≈ 3 min to complete
- Tools: Web Browser
- Difficulty: Medium
- ≈ 5 instructions
- 1DownloadDownload the script file by clicking on the button above.
 Use button above to restore changes.
- 2Keep the fileIf warned by your browser, keep the file.
- 3OpenOpen the downloaded file.
- 4ExitOnce it's done, press any key to exit the window.
- 5RestartRestart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Remove daily cron entry for Popularity Contest (popcon)" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2Choose script- Search for the script name: Remove daily cron entry for Popularity Contest (popcon)
- Check the script by clicking on the checkbox.
 
- 3RunClick on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button. 
- Apply
- Revert
job_name='popularity-contest'
cronjob_path="/etc/cron.daily/$job_name"
if [[ -f "$cronjob_path" ]]; then
  if [[ -x "$cronjob_path" ]]; then
    sudo chmod -x "$cronjob_path"
    echo "Successfully disabled cronjob \"$job_name\"."
  else
    echo "Skipping, cronjob \"$job_name\" is already disabled."
  fi
else
  echo "Skipping, \"$job_name\" cronjob is not found."
fi
ImNyb25qb2JfcGF0aD1cIi9ldGMvY3Jvbi5kYWlseS8kam9iX25hbWVcIlxuaWYgW1sgLWYgXCIkY3JvbmpvYl9wYXRoXCIgXV07IHRoZW5cbiAgaWYgW1sgLXggXCIkY3JvbmpvYl9wYXRoXCIgXV07IHRoZW5cbiAgICBlY2hvIFwiU2tpcHBpbmcsIGNyb25qb2IgXFxcIiRqb2JfbmFtZVxcXCIgaXMgYWxyZWFkeSBlbmFibGVkLlwiXG4gIGVsc2VcbiAgICBzdWRvIGNobW9kICt4IFwiJGNyb25qb2JfcGF0aFwiXG4gICAgZWNobyBcIlN1Y2Nlc3NmdWxseSBlbmFibGVkIGNyb25qb2IgXFxcIiRqb2JfbmFtZVxcXCIuXCJcbiAgZmlcbmVsc2VcbiAgPiYyIGVjaG8gXCJGYWlsZWQgdG8gZW5hYmxlIGNyb25qb2IgXFxcIiRqb2JfbmFtZVxcXCIgYmVjYXVzZSBpdCdzIG1pc3NpbmcuXCJcbmZpIg==
Help
How to apply or restore "Remove daily cron entry for Popularity Contest (popcon)" using commands
- ≈ 2 min to complete
- Tools: Terminal
- Difficulty: Medium
- ≈ 3 instructions
- 1Open terminalOpen your terminal application.
- 2Copy codeCopy the code:
- 3Paste & runPaste the commands into terminal application and press Enter to run.Some changes require a system restart to take effect 
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable sending of package statistics (popcon)
- Disable Debian telemetry
- Disable OS data collection
Popularity Contest (or popcon) collects statistical data to determine which packages are the most popular. It sends a list of packages installed and the ...
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Pr...
All operating systems collect data. This is part of their work. Sometimes, this data has high privacy implications, especially when it is submitted to th...
Same Goal
Other guides in Disable sending of package statistics (popcon) See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:- Expert review by undergroundwires- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
 
- Public review by large community- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
 
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.