Fix Error /etc/mailcap is not in required format

Ezra UNIX/Linux Ubuntu Linux

So I got this error when I ran a "apt upgrade" command:

Error: '/etc/mailcap' is not in required format -- not updated

to fix it, you have to run these commands:

sudo apt remove mime-support mailcap
sudo apt install mime-support
sudo update-mime

Done.