Posted by Anonymous Mon 5th Mar 2007 02:32 - Syntax is Smarty - 46 views
Download | New Post | Modify | Hide line numbers
  1. # yum install cabextract
  2.                
  3.  
  4. Once cabextract is installed, you can easily install the Microsoft fonts from the command line:
  5. # wget http://fontconfig.org/webfonts/webfonts.tar.gz
  6. # tar xvzf webfonts.tar.gz
  7. # cd msfonts
  8. # cabextract *.exe
  9. # mkdir /usr/share/fonts/microsoft
  10. # cp *.[tT]* /usr/share/fonts/microsoft
  11. # cd ..
  12. # rm -rf msfonts
  13. # fc-cache

PermaLink to this entry https://pastebin.co.uk/11411
Posted by Anonymous Mon 5th Mar 2007 02:32 - Syntax is Smarty - 46 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0