Yesterday I tried to install an app but for some reason it got interrupted. Today I tried to install another app but I got an error:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a'to correct the problem
after that when I type sudo dpkg --configure -a
I get this:
Setting up mime-support (3.59ubuntu1)...
but suddenly my system freezes and my ram usage goes to 95%.
For solution I tried:
sudo apt-get install -f
sudo dpkg --configure -a
or sudo apt-get remove mime-support
But nothing happens or it get stock.
I'm using Xubuntu 16.04
Thank you in advance.