aquaballoon

Installing Microsoft Truetype fonts

Nov 11th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. $sudo apt-get install msttcorefonts
  2.  
  3.  
  4. $ sudo aptitude install cabextract
  5.  
  6. $ cd ~
  7. $ wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB
  8. $ mkdir temp
  9. $ mv IELPKTH.CAB temp
  10. $ cd temp
  11. $ cabextract IELPKTH.CAB
  12. $ sudo cp *.ttf /usr/share/fonts/truetype/msttcorefonts/
  13.  
  14. $sudo fc-cache -fv
Advertisement
Add Comment
Please, Sign In to add comment