Page 1 of 1

Installing MS fonts

PostPosted: 15 Mar 2008, 21:36
by analyzer
You can do this with 3 lines ...
Code: Select all
# wget http://requesthelp.free.fr/Linux/msttcore-fonts-2.0-2.noarch.rpm
# rpm -ihv msttcore-fonts-2.0-2.noarch.rpm
# service xfs restart


NB: last line isnt always mandatory

--------------------------------------------------------------------------------------------

Possible en 3 lignes !
Code: Select all
# wget http://requesthelp.free.fr/Linux/msttcore-fonts-2.0-2.noarch.rpm
# rpm -ihv msttcore-fonts-2.0-2.noarch.rpm
# service xfs restart


NB: le redémarrage du serveur de fonts X n'est pas toujours obligatoire