2011-07-01 // Install Microsoft TTF core fonts on Fedora without using a RPM package
When Fedora 15 Lovelock was just a few days old, the generally known commands to build an appropriate package did not work.1) Therefore (and because I think it is a bit extreme to create a package just to get some fonts), I wrote install-msttcorefonts-fedora.sh
to make the font installation faster and easier. There is a high probability that this script will never be useful to someone else than myself. But you never know. If you want to use it:
- Open a terminal.
- Run the following commands to download and start the script (copy and paste recommended):
wget "http://blog.andreas-haerter.com/_export/code/2011/07/01/install-msttcorefonts-fedora.sh?codeblock=1" -O "/tmp/install-msttcorefonts-fedora.sh" chmod a+rx "/tmp/install-msttcorefonts-fedora.sh" su -c "/tmp/install-msttcorefonts-fedora.sh"
Weblinks
buildprereq
and prereq
errors. However, it seems to work in the meantime.Comments
@Kevin Kofler: Well, nothing for self-created documents. But there are tons of external, third-party documents and websites to display. And I want to be able to view them correctly (=without fallbacks, wrong fonts and stuff). What are you doing when e.g. a website is using Arial only … or am I missing something?

THANK YOU THANK YOU THANK YOU!!!! I've been looking for a way to get these since I upgraded. I still have problems with the terminal, and unless I see a command explicitly written out - - including which directory to run it from and how to get there - - I'm lost. You've saved me a lot of grief.
As to why I need the Core fonts, I taking some graduate courses, and the Profs, to a one, demand that I use Times New Roman in my papers. I've been dinged several times - - until I found and downloaded the cores in 14, and now I have them in 15, again!!!

[…] this one […]

Thank you this worked great!!! You were really helpful! Keep up the good work :)

Thank you very much. I just started using Fedora, and I don't have the technical knowledge to build my own rpm to install the fonts. I ran this script and it worked flawlessly. Exceptionally helpful, saving me a great deal of time.
[…] blog.andreas-haerter.com […]

Try this instead …
This rpm installs the fonts from sourceforge at install time, it does not contain the fonts. In addition, it pulls in updated fonts from the EUupdate font set, and installs the fonts correctly to X core and Xft.
Leave a comment…
- E-Mail address will not be published.
- Formatting:
//italic// __underlined__
**bold**''preformatted''
- Links:
[[http://example.com]]
[[http://example.com|Link Text]] - Quotation:
> This is a quote. Don't forget the space in front of the text: "> "
- Code:
<code>This is unspecific source code</code>
<code [lang]>This is specifc [lang] code</code>
<code php><?php echo 'example'; ?></code>
Available: html, css, javascript, bash, cpp, … - Lists:
Indent your text by two spaces and use a * for
each unordered list item or a - for ordered ones.
What's wrong with the metrically compatible Liberation fonts?