Page 1 of 1

[SOLVED] install msttcorefonts

PostPosted: Jun 2nd, '12, 11:55
by varun_saa
Hello ,

How to install " msttcorefonts ' on mageia -2 ?

Thanks

Varun

Re: install msttcorefonts

PostPosted: Jun 3rd, '12, 05:28
by varun_saa
I have managed install ms fonts using the following process.

I have used the following rpms :

msttcorefonts-2.0.1.noarch.rpm
chkfontspath-1.10.1-7.mdv2011.0.i586.rpm
xfs-1.1.1-2.mdv2011.0.i586.rpm

other dependencies are available on the Mageia -2 DVD.

So now my libreoffice writer has - noew times roman , arial , etc

Don't know if there is a better way .

cheers

Varun

Re: install msttcorefonts

PostPosted: Jun 3rd, '12, 13:25
by doktor5000
You could try to just install it directly via
Code: Select all
rpm -ivh --nodeps http://elders.princeton.edu/data/puias/unsupported/5/i386/msttcorefonts-2.0-1.noarch.rpm

You can ingnore the message about "[...] /usr/sbin/chkfontpath: Directory or File not found"

EDIT:
varun_saa wrote:I have used the following rpms :

chkfontspath-1.10.1-7.mdv2011.0.i586.rpm
xfs-1.1.1-2.mdv2011.0.i586.rpm

[...]

Don't know if there is a better way .


Please have a look at my instructions, those two packages you used are not needed.

Re: [SOLVED] install msttcorefonts

PostPosted: Jun 4th, '12, 03:59
by varun_saa
Thanks

Varun