PDA

View Full Version : Msttcorefonts?


ceti
January 23rd, 2006, 08:18 PM
Where can i find my beloved msttcorefonts?
Thanks

Tomy
January 24th, 2006, 01:07 AM
Where can i find my beloved msttcorefonts?
Thanks
you need the universe or multiverse repository in /etc/apt/sources.list. Something like this:

deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
then it should work:

$ sudo apt-get update
$ sudo apt-get install msttcorefonts

Tomy