<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A&#124;RAKESH&#039;s Weblog &#187; Install Google Chrome browser on Fedora</title>
	<atom:link href="http://airakesh.com/tag/install-google-chrome-browser-on-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://airakesh.com</link>
	<description>[blog&#124;zone - makes us connected]</description>
	<lastBuildDate>Thu, 26 Aug 2010 07:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install Google Chrome in Fedora 10 or Fedora 11 (Linux)</title>
		<link>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-in-fedora-10-or-fedora-11-linux/</link>
		<comments>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-in-fedora-10-or-fedora-11-linux/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 06:00:39 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[Google Chrome for Linux]]></category>
		<category><![CDATA[How to install Chrome browser on Fedora linux]]></category>
		<category><![CDATA[How to install Google Chrome (not Chromium) in Fedora]]></category>
		<category><![CDATA[How to install Google Chrome in Fedora 10]]></category>
		<category><![CDATA[How to install Google Chrome in Fedora 11]]></category>
		<category><![CDATA[Install Google Chrome browser on Fedora]]></category>
		<category><![CDATA[Installing Google Chrome in LInux]]></category>
		<category><![CDATA[Linux Web browser]]></category>
		<category><![CDATA[YUM]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=529</guid>
		<description><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 202px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/chrome"><img src="http://www.crunchbase.com/assets/images/resized/0002/4457/24457v27-max-250x250.jpg" alt="Image representing Google Chrome as depicted i..." title="Image representing Google Chrome as depicted i..." height="40" width="192"/></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>As we know, Google has already its open source version of its Chrome browser and it is called Chromium. But recently Google has updated its Google Chrome browser with a new beta release. </p>
<p>So here, it&#8217;s all about installing Google Chrome browser on Fedora machine.</p>
<p>Lets&#8217;s start installing Google Chrome browser from commandline on Fedora 10 or Fedora 11 machine (step-by-step guide).</p>
<p><strong>Command line configuration for YUM</strong></p>
<p>First, use rpm to install the key, as described in the <a href="http://www.google.com/linuxrepositories/rpm.html">RPM</a> setup guide.</p>
<p>As root, add the following to a file called google.repo in /etc/yum.repos.d/: </p>
<p>root@ fedora:~# cd /etc/yum.repos.d/<br />
root @fedora: yum.repos.d]# gedit google.repo<br />
<code></p>
<table bgcolor="#D3D3D3">
<tr>
<td>
[google]<br />
name=Google - i386<br />
baseurl=http://dl.google.com/linux/rpm/stable/i386<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
</td>
</tr>
</table>
<p></code><br />
If your .repo file contains gpgcheck=1, signatures will automatically be verified during installation.</p>
<p>If you are running a 64-bit distribution, you should also add the x86_64 repository, which will provide you with native 64-bit versions of some of our software:</p>
<p><code></p>
<table bgcolor="#D3D3D3">
<tr>
<td>
[google64]<br />
name=Google - x86_64<br />
baseurl=http://dl.google.com/linux/rpm/stable/x86_64<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
</td>
</tr>
</table>
<p></code><br />
You can then use yum as usual, e.g.<br />
<code><br />
<font color="grey"><br />
root@ fedora:~# yum install google-chrome<br />
</font><br />
</code><br />
While installing google-chrome, when it is asked to enter y/N, type &#8216;Yes&#8217; to proceed with installation (please follow as mentioned below).</p>
<table bgcolor="#D3D3D3">
<tr>
<td><font color="red">warning:</font> rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 7fac5991<br />
google/gpgkey                                                                                                           | 1.7 kB     00:00<br />
Importing GPG key 0&#215;7FAC5991 &#8220;Google, Inc. Linux Package Signing Key
<linux -packages-keymaster@google.com>&#8221; from https://dl-ssl.google.com/linux/linux_signing_key.pub<br />
<strong>Is this ok [y/N]:</strong> y
</linux></td>
</tr>
</table>
<p>Done!  </p>
<p>To open the browser, go to Applications -&gt; Internet -&gt; Google Chrome.</p>
<p>Enjoy Google Chrome in Fedora Linux ! &#8230; <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


Related posts:How to Install Google Chrome browser (not Chromium) in Debian Linux



Related posts:<ol><li><a href='http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-browser-chromium-in-debian-linux/' rel='bookmark' title='Permanent Link: How to Install Google Chrome browser (not Chromium) in Debian Linux'>How to Install Google Chrome browser (not Chromium) in Debian Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-in-fedora-10-or-fedora-11-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
