Site icon Daniel Sobrinho

How to turn off Apport alerts on Ubuntu

First, in the terminal, disable the apport:

sudo service apport stop

After inative the service natively, in the terminal:

sudo nano /etc/default/apport

Inside change the variable "enable" from "1" to "0". Save and that's it!