Skip to content

Instantly share code, notes, and snippets.

@xtranophilist
Created December 27, 2012 14:28
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xtranophilist/4388745 to your computer and use it in GitHub Desktop.
Save xtranophilist/4388745 to your computer and use it in GitHub Desktop.
Install 'Times New Roman' and other proprietary fonts in Fedora
yum install rpm-build cabextract ttmkfdir
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
rpmbuild -bb msttcorefonts-2.5-1.spec
rpm -ivh $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
fc-cache -f -v
@openrijal
Copy link

For ubuntu and its variants:

sudo apt-get install ttf-mscorefonts-installer

@SKDS
Copy link

SKDS commented May 21, 2015

=)

@Tazho-Bentley
Copy link

No package cabextract available. How do I get to install it over ssh, I have a CentOS server

@jusfreeman
Copy link

@Yokonia Try doing: yum -y --enablerepo=epel install cabextract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment