<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install Microsoft TrueType Fonts in Fedora and Ubuntu</title>
	<atom:link href="http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/</link>
	<description>chronicles of geekdom</description>
	<lastBuildDate>Wed, 04 Jan 2012 08:45:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anup</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-52853</link>
		<dc:creator>Anup</dc:creator>
		<pubDate>Wed, 28 Dec 2011 03:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-52853</guid>
		<description>Few additions for fedora (I am using FC 15 x86_64)

1. If you encounter :
--
error: Failed build dependencies:
        /usr/bin/ttmkfdir is needed by msttcorefonts-2.0-1.noarch
        cabextract is needed by msttcorefonts-2.0-1.noarch
--

Then you need to install :
yum install cabextract ttmkfdir

rpm build should work now (unless you are missing some more dependencies)

2. RPMBUILD stored mstt*.rpm in /root/rpmbuild on my fedora
path: /root/rpmbuild/RPMS/noarch

I encountered another dependency on installing it.
yum localinstall --nogpgcheck msttcorefonts-2.0-1.noarch.rpm
Error: Package: msttcorefonts-2.0-1.noarch (/msttcorefonts-2.0-1.noarch)
           Requires: /usr/sbin/chkfontpath

check if you can find chkfontpath in your yum repo. --&gt; yum search chkfontpath. Otherwise, you can download the relative version from rpm.pbone.net

I didnt find it yum repos, so I downloaded the file from rpm.pbone.net
cd /usr/local/src/
wget ftp://ftp.pbone.net/mirror/atrpms.net/f15-x86_64/atrpms/stable/chkfontpath-1.10.1-2.fc15.x86_64.rpm
yum localinstall --nogpgcheck chkfontpath-1.10.1-2.fc15.x86_64.rpm

yum localinstall --nogpgcheck msttcorefonts-2.0-1.noarch.rpm
Running Transaction
  Installing : msttcorefonts-2.0-1.noarch                                                                                                                           1/1 

Installed:
  msttcorefonts.noarch 0:2.0-1                                                                                                                                          

Complete!</description>
		<content:encoded><![CDATA[<p>Few additions for fedora (I am using FC 15 x86_64)</p>
<p>1. If you encounter :<br />
&#8211;<br />
error: Failed build dependencies:<br />
        /usr/bin/ttmkfdir is needed by msttcorefonts-2.0-1.noarch<br />
        cabextract is needed by msttcorefonts-2.0-1.noarch<br />
&#8211;</p>
<p>Then you need to install :<br />
yum install cabextract ttmkfdir</p>
<p>rpm build should work now (unless you are missing some more dependencies)</p>
<p>2. RPMBUILD stored mstt*.rpm in /root/rpmbuild on my fedora<br />
path: /root/rpmbuild/RPMS/noarch</p>
<p>I encountered another dependency on installing it.<br />
yum localinstall &#8211;nogpgcheck msttcorefonts-2.0-1.noarch.rpm<br />
Error: Package: msttcorefonts-2.0-1.noarch (/msttcorefonts-2.0-1.noarch)<br />
           Requires: /usr/sbin/chkfontpath</p>
<p>check if you can find chkfontpath in your yum repo. &#8211;&gt; yum search chkfontpath. Otherwise, you can download the relative version from rpm.pbone.net</p>
<p>I didnt find it yum repos, so I downloaded the file from rpm.pbone.net<br />
cd /usr/local/src/<br />
wget <a href="ftp://ftp.pbone.net/mirror/atrpms.net/f15-x86_64/atrpms/stable/chkfontpath-1.10.1-2.fc15.x86_64.rpm" rel="nofollow">ftp://ftp.pbone.net/mirror/atrpms.net/f15-x86_64/atrpms/stable/chkfontpath-1.10.1-2.fc15.x86_64.rpm</a><br />
yum localinstall &#8211;nogpgcheck chkfontpath-1.10.1-2.fc15.x86_64.rpm</p>
<p>yum localinstall &#8211;nogpgcheck msttcorefonts-2.0-1.noarch.rpm<br />
Running Transaction<br />
  Installing : msttcorefonts-2.0-1.noarch                                                                                                                           1/1 </p>
<p>Installed:<br />
  msttcorefonts.noarch 0:2.0-1                                                                                                                                          </p>
<p>Complete!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirul</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-48788</link>
		<dc:creator>mirul</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-48788</guid>
		<description>there are 2 dash for nogpgcheck

--nogpgcheck not -nogpgcheck</description>
		<content:encoded><![CDATA[<p>there are 2 dash for nogpgcheck</p>
<p>&#8211;nogpgcheck not -nogpgcheck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABCABC</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-42184</link>
		<dc:creator>ABCABC</dc:creator>
		<pubDate>Thu, 25 Aug 2011 00:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-42184</guid>
		<description>yum install ttmkfdir is required now also on fedora</description>
		<content:encoded><![CDATA[<p>yum install ttmkfdir is required now also on fedora</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: installing msttcorefonts on Fedora 13 (fixing Wine problem) &#171; Undercover Tech Guy</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-26712</link>
		<dc:creator>installing msttcorefonts on Fedora 13 (fixing Wine problem) &#171; Undercover Tech Guy</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-26712</guid>
		<description>[...] non-trivial task I have decided to document it here: Fundamentally I followed the steps on Benprove.com but had to do make some modifications to make it work. Firstly I &#8220;su -&#8221;&#8216;ed to get [...]</description>
		<content:encoded><![CDATA[<p>[...] non-trivial task I have decided to document it here: Fundamentally I followed the steps on Benprove.com but had to do make some modifications to make it work. Firstly I &#8220;su -&#8221;&#8216;ed to get [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-14885</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Fri, 12 Jun 2009 02:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-14885</guid>
		<description>Sorry, I forgot to remind you to undo the change in the yum configuration file once you have your fonts installed (i.e, restore the 1 in the gpgcheck line).</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to remind you to undo the change in the yum configuration file once you have your fonts installed (i.e, restore the 1 in the gpgcheck line).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-14884</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Fri, 12 Jun 2009 02:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-14884</guid>
		<description>I have followed the instructions and successfully installed the fonts in my Acer Aspire One netbook.

The last command, however, requires a previous tweaking. First you have to open the yum configuration file as root:

sudo mousepad /etc/yum.conf

Then change the line containing &quot;gpgcheck=1&quot; replacing the 1 by a 0 (zero). Save file.

Now you can proceed to the last command. By the way, the command you have to type to update the font cache is

sudo fc-cache -f -v

That should be enough!</description>
		<content:encoded><![CDATA[<p>I have followed the instructions and successfully installed the fonts in my Acer Aspire One netbook.</p>
<p>The last command, however, requires a previous tweaking. First you have to open the yum configuration file as root:</p>
<p>sudo mousepad /etc/yum.conf</p>
<p>Then change the line containing &#8220;gpgcheck=1&#8243; replacing the 1 by a 0 (zero). Save file.</p>
<p>Now you can proceed to the last command. By the way, the command you have to type to update the font cache is</p>
<p>sudo fc-cache -f -v</p>
<p>That should be enough!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceolate</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-7872</link>
		<dc:creator>iceolate</dc:creator>
		<pubDate>Thu, 29 Jan 2009 05:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-7872</guid>
		<description>For anyone that&#039;s interested, it&#039;s available in the FreeBSD ports under

/usr/ports/x11-fonts/webfonts</description>
		<content:encoded><![CDATA[<p>For anyone that&#8217;s interested, it&#8217;s available in the FreeBSD ports under</p>
<p>/usr/ports/x11-fonts/webfonts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-6344</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Oct 2008 11:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-6344</guid>
		<description>Thanks I can confirm it work on my aspire one after a reboot.&lt;br&gt;&lt;br&gt;I had to change the –nogpgcheck  to --nogpgcheck to get the last 2 statements to work however</description>
		<content:encoded><![CDATA[<p>Thanks I can confirm it work on my aspire one after a reboot.</p>
<p>I had to change the –nogpgcheck  to &#8211;nogpgcheck to get the last 2 statements to work however</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-5640</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Oct 2008 08:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-5640</guid>
		<description>Thanks I can confirm it work on my aspire one after a reboot.&lt;br&gt;&lt;br&gt;I had to change the â€“nogpgcheck  to --nogpgcheck to get the last 2 statements to work however</description>
		<content:encoded><![CDATA[<p>Thanks I can confirm it work on my aspire one after a reboot.</p>
<p>I had to change the â€“nogpgcheck  to &#8211;nogpgcheck to get the last 2 statements to work however</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik DuditÅ¡ &#187; Blog Archive &#187; Setting up Acer Aspire One</title>
		<link>http://benperove.com/howto/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/comment-page-1/#comment-3820</link>
		<dc:creator>Patrik DuditÅ¡ &#187; Blog Archive &#187; Setting up Acer Aspire One</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=76#comment-3820</guid>
		<description>[...] Their linux package is called msttcorefonts, but is not available in Fedora 8.Â You either need to build it or use package from over here (not tested, IÂ was just looking for the [...]</description>
		<content:encoded><![CDATA[<p>[...] Their linux package is called msttcorefonts, but is not available in Fedora 8.Â You either need to build it or use package from over here (not tested, IÂ was just looking for the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

