I'm generating PDF's with something called PrinceXML, it seems it requires a package called: msttcorefonts
I have been unable to use aptitude to get it and I recived this as an error:
$ sudo apt-get install msttcorefonts
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package msttcorefonts is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package msttcorefonts has no installation candidate
How can I get this package installed?
This seems to have changed in karmic. There is no package
msttcorefonts
anymore.Use the package
ttf-mscorefonts-installer
from the Multiverse repository instead.How to enable the Mutliverse repository see here.
Then install with:
Technically speaking the package doesn't contain the fonts, but rather automatically downloads and installs them - hence the name change.
Update for year 2015:
Add this to (or uncomment in) /etc/apt/sources.list
Then run this:
Enabling the multiverse (https://help.ubuntu.com/community/Repositories/Ubuntu) and then installing with msttcorefonts worked for me:
ttf-mscorefonts-installer isn't in the multiverse either
http://corefonts.sourceforge.net/
Specifically, look under the package names listed on that page itself, not on the download links.