Posted on Thursday 26th October 2017
Be warned, Error Reporting is there to inform you when something is wrong, only continue if you accept any risk of doing so
systemd ignores the Apport Config file, so we need to manage it with systemd.
Disable
sudo systemctl disable apport.service
systemctl mask apport.service
Re Enable
systemctl unmask apport.service
sudo systemctl enable apport.service
Prior to to the introduction if systemd, we can enable / disable apport using its Config File.
sudo nano /etc/default/apport/
Then we need to change the enabled flag
enabled=1
enabled=0
You also now have the option to Remove the Apport Program.
sudo apt purge apport
sudo apt install apport