0

I got this error message:

E:The package ttf-mscorefonts-installer needs to be reinstalled 

but I can't find an archive for it. when I am trying to open Update Manager. What should I do?

karel
  • 114,770
  • Take a look at this: http://askubuntu.com/questions/367274/i-cannot-install-any-application-anymore – Parto May 21 '14 at 07:16

1 Answers1

0

Try to reinstall ttf-mscorefonts-installer package by running the below command on terminal,

sudo apt-get install --reinstall ttf-mscorefonts-installer
Avinash Raj
  • 78,556