How to turn off the Error Report Dialog in Ubuntu 20.04
by Kevin Custer on April 23, 2020
The error report dialog in Ubuntu 20.04 is controlled by a package and service named apport
. If you want to stop the annoying crash popups, simply remove the package.
sudo apt purge apport
Reboot your system and you're all set!