Sunday, June 5, 2016

if you are experiencing apportcheckresume error in Ubuntu.

So far the only thing that has actually worked is:
Purge the apport program with its configuration
sudo apt-get purge apport 
Remove packages that are no longer needed (ex. auto-installed dependencies of apport)
sudo apt-get autoremove 
Clean APT cache from old packages
sudo apt-get clean 
Install back apport
sudo apt-get install apport 

Hopefully that will work for you.