Technohelp

Linux OS

Fix System Program Problem Detected in Ubuntu Linux

Get rid of this annoying problem


Created at:2020-05-17 09:30:32 (Author: Admin User)

First, check for crash reports:

ls -l /var/crash

If there are files listed in the crash directory, the message will keep coming on reboot.

Remove all the files with the following command:

sudo rm /var/crash/*

The next time the machine is rebooted, hopefully the problems will go away.

More info:

How to Fix System Program Problem Detected in Ubuntu Linux