• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How to Disable or Enable Automatic Error Reporting in Ubuntu

How to Disable or Enable Automatic Error Reporting in Ubuntu

By Sourabh / December 5, 2019 Category: How To, Ubuntu

How to disable or enable automatic error reporting in Ubuntu Linux Systems. An easy way to turn off Apport Error Reporting, Internal System Error reporting in Ubuntu. Disabling it will get rid of Internal System Error Apport pop-ups in Ubuntu system.

Apport is a debugging tool that automatically generates crash reports for OS and critical system functions. Since Ubuntu 13.04 release, Apport is enabled by default, but you can easily turn the Apport Error Reporting.

Enable Error Reporting through Command Line


$ sudo apt update
$ sudo apt install apport
$ sudo systemctl start apport

Now open the apport configuration file and set up properly to start the apport service at boot.

$ sudo nano /etc/default/apport

Please note that the value of enabled is set to 1 in this configuration file. Once done, save the changes to this file and exit.

Disable Error Reporting through Command Line

Stop Apport

The Apport service is in running or active state by default when you install Ubuntu 18.04. You can stop this service by running the following command as sudo:

$ sudo service apport stop

Stop Apport: Once you stop the Apport, your system will not send any error reports during the current log in section. Note that the service will silently stop without giving any notification and the Apport service will, however, start again on the next system boot.

Disable Apport at Boot

Disable Apport: Permanently disable the Apport service by making changes in the Apport configuration file:

$ sudo nano /etc/default/apport

When the file opens in Gedit text editor, and change “enabled” from “1” to “0” and save the file. Now the Apport won’t be started anymore from next system restart. You can also stop the running Apport process so you don’t have to restart your computer.

You can also completely remove the apport service including its configurations:

$ sudo apt-get purge apport

Tags: Automatic Error Reporting Linux, Automatic Error Reporting Ubuntu, Disable Automatic Error Reporting Ubuntu, Disable Error Reporting Ubuntu, Enable Automatic Error Reporting Ubuntu, Linux Automatic Error Reporting, Ubuntu Automatic Error Reporting, Ubuntu Disable Error Reporting

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap