Created
October 12, 2020 09:53
-
-
Save priyanshujain/3c6eac207302dd17992e5fe4f6e21fbe to your computer and use it in GitHub Desktop.
Remove all trackers from ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
sudo apt-get purge ubuntu-report | |
sudo apt-get purge popularity-contest | |
sudo service apport stop | |
sudo nano /etc/default/apport | |
sudo apt-get purge apport | |
``` | |
https://www.howtogeek.com/349844/how-to-stop-ubuntu-from-collecting-data-about-your-pc/ | |
https://howtoubuntu.org/how-to-disable-stop-uninstall-apport-error-reporting-in-ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment