Skip to content

Instantly share code, notes, and snippets.

@vinesmsuic
Last active October 26, 2019 15:28
Show Gist options
  • Save vinesmsuic/8aafe2ee391b75d5f53c7607a9935259 to your computer and use it in GitHub Desktop.
Save vinesmsuic/8aafe2ee391b75d5f53c7607a9935259 to your computer and use it in GitHub Desktop.
[Fix] System Program Problem Detected In Ubuntu
# The crash reports are stored in /var/crash directory in Ubuntu.
# If you look in to this directory, you should see some files ending with crash.
$ ls -l /var/crash/
# delete all the content of directory /var/crash.
$ sudo rm /var/crash/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment