Disable Apport at Boot
sudo nano /etc/default/apport
In the apport file, lookup for a line that has the enabled value ‘1’ by default. Change this value to 0 so that the system does not start the apport service at boot.
Uninstall Apport
sudo apt-get purge apport
References
https://vitux.com/how-to-disable-enable-automatic-error-reporting-in-ubuntu/