System Error – Apport Reporting a Bug Ubuntu

Do you get lots of annoying crash reports on Ubuntu?.. well Apport is system tool which intercepts system crashes and reports them to Ubuntu. I’m sure that it is great for the developers – however it can be really annoying if you get the same error appearing all the time. So, you can easily disable Apport Error Reporting on Ubuntu by:

Step 1 – Stop Apport Service

sudo service apport stop

Step 2 – Remove apport

sudo apt-get remove apport 

Job done!

Leave a Reply