Skip to content

Instantly share code, notes, and snippets.

@KekTuSx
Last active August 23, 2022 14:41
Show Gist options
  • Save KekTuSx/c63a0cd03768fae5155db9d12ab4dcf2 to your computer and use it in GitHub Desktop.
Save KekTuSx/c63a0cd03768fae5155db9d12ab4dcf2 to your computer and use it in GitHub Desktop.
Removes telemetery and tracking from Ubuntu operating systems, then blocks them from installing.
#!/bin/bash
sudo apt purge snapd ubuntu-report popularity-contest apport whoopsie apport-symptoms && sudo apt-mark hold snapd ubuntu-report popularity-contest apport whoopsie apport-symptoms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment