How to disable Apport's "Ubuntu has a error/problem message"

Another way to do that is paste the following terminal command:

sudo sed -i s/enabled=1/enabled=0/g /etc/default/apport

And Done! :grinning:

1 Like