<?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: Installing Google Chrome &#8211; openSUSE Fedora Repository RPM</title>
	<atom:link href="http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/</link>
	<description>In the world of linux your boundaries are free</description>
	<lastBuildDate>Thu, 10 May 2012 17:18:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: elkuku</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-13523</link>
		<dc:creator>elkuku</dc:creator>
		<pubDate>Fri, 23 Mar 2012 21:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-13523</guid>
		<description>the url gives a 404 when accesed in the browser. however installation went fine - thanks :)</description>
		<content:encoded><![CDATA[<p>the url gives a 404 when accesed in the browser. however installation went fine &#8211; thanks <img src='http://www.freetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuttah</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10944</link>
		<dc:creator>shuttah</dc:creator>
		<pubDate>Fri, 11 Nov 2011 05:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10944</guid>
		<description>Hey folks,

I was able to add Google&#039;s repository to my sources in OpenSUSE 12.1 (64bit) by doing the following (i am using a very minimal install of SUSE using X &amp; OpenBox) - 

1. Download Google&#039;s public key, &amp; either use YaST or the commandline to install it -

user@computer:~$ wget https://dl-ssl.google.com/linux/linux_signing_key.pub

Then (in the same directory that you downloaded the key), using the command line (RPM) again i did - 

root@computer:/# rpm --import linux_signing_key.pub


2. Now you can add the repository through the GUI in YaST or on the command line again. Here&#039;s what i did - 

root@computer:/# zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64


Hope this helps. Happy hacking.</description>
		<content:encoded><![CDATA[<p>Hey folks,</p>
<p>I was able to add Google&#8217;s repository to my sources in OpenSUSE 12.1 (64bit) by doing the following (i am using a very minimal install of SUSE using X &amp; OpenBox) &#8211; </p>
<p>1. Download Google&#8217;s public key, &amp; either use YaST or the commandline to install it -</p>
<p>user@computer:~$ wget <a href="https://dl-ssl.google.com/linux/linux_signing_key.pub" rel="nofollow">https://dl-ssl.google.com/linux/linux_signing_key.pub</a></p>
<p>Then (in the same directory that you downloaded the key), using the command line (RPM) again i did &#8211; </p>
<p>root@computer:/# rpm &#8211;import linux_signing_key.pub</p>
<p>2. Now you can add the repository through the GUI in YaST or on the command line again. Here&#8217;s what i did &#8211; </p>
<p>root@computer:/# zypper ar <a href="http://dl.google.com/linux/chrome/rpm/stable/x86_64" rel="nofollow">http://dl.google.com/linux/chrome/rpm/stable/x86_64</a></p>
<p>Hope this helps. Happy hacking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10635</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Fri, 20 Aug 2010 16:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10635</guid>
		<description>I had exactly the same problem as Ulrich, on OpenSuse 11.0.  There is a version conflict with cairo-devel.  The solution I found was to go to the Cairo website and pull down the next version up from the default version that comes with OpenSuse 11.0:

website:
http://cairographics.org/releases/

The 1.6.0 version of Cairo:
http://cairographics.org/releases/cairo-1.6.0.tar.gz

As root, do these commands:
tar xvfz cairo-1.6.0.tar.gz
cd cairo-1.6.0
./configure
make install

This will put the 1.6 version of Cairo into your /usr/local/lib directory where it should not conflict with the existing, older Cairo in /usr/lib.

These steps caused google-chrome to work perfectly for me.

Good luck!
Terry</description>
		<content:encoded><![CDATA[<p>I had exactly the same problem as Ulrich, on OpenSuse 11.0.  There is a version conflict with cairo-devel.  The solution I found was to go to the Cairo website and pull down the next version up from the default version that comes with OpenSuse 11.0:</p>
<p>website:<br />
<a href="http://cairographics.org/releases/" rel="nofollow">http://cairographics.org/releases/</a></p>
<p>The 1.6.0 version of Cairo:<br />
<a href="http://cairographics.org/releases/cairo-1.6.0.tar.gz" rel="nofollow">http://cairographics.org/releases/cairo-1.6.0.tar.gz</a></p>
<p>As root, do these commands:<br />
tar xvfz cairo-1.6.0.tar.gz<br />
cd cairo-1.6.0<br />
./configure<br />
make install</p>
<p>This will put the 1.6 version of Cairo into your /usr/local/lib directory where it should not conflict with the existing, older Cairo in /usr/lib.</p>
<p>These steps caused google-chrome to work perfectly for me.</p>
<p>Good luck!<br />
Terry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrich Seyfferdt</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10575</link>
		<dc:creator>Ulrich Seyfferdt</dc:creator>
		<pubDate>Tue, 25 May 2010 07:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10575</guid>
		<description>Hi, 

I&#039;m trying to install google-chrome on openSUSE 11.0 

When I run google-chrome I get this message and it does not open. If you do a first time run it ask you the default questions and import stuff and then exits.

---output---
opt&gt; google-chrome
/usr/bin/google-chrome: /opt/google/chrome/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/opt/google/chrome/chrome: /opt/google/chrome/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
[11152:11152:61021937243:ERROR:chrome/browser/pref_service.cc(171)] Error reading Preferences: File doesn&#039;t exist. /root/.config/google-chrome/Local State: No such file or directory
[11152:11152:61021942361:ERROR:chrome/browser/pref_service.cc(171)] Error reading Preferences: File doesn&#039;t exist. /root/.config/google-chrome/Default/Preferences: No such file or directory
/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width
---output---

libz.so.1 is installed. I created a link to the lib in the google-chrome install directory but with no effect.

I have cairo 1.4.14-32.1 installed. When I upgraded to cairo-1.8.10-103.1.i586.rpm the error persisted. However, this also broke acroread, firefox and openoffice.org 3 as they are all dependent on cairo 1.4... I reverted back to the &#039;older&#039; cairo and now acroread &amp; firefox works but openoffice.org, keeps on crashing.

I also copies the &#039;Local State&#039; &amp; &#039;Preferences&#039; files from a Windows install. Those two error lines then disappeared. 

The output now looks like this.
---output---
opt&gt; google-chrome
/usr/bin/google-chrome: /opt/google/chrome/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/opt/google/chrome/chrome: /opt/google/chrome/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width
---output---

Do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m trying to install google-chrome on openSUSE 11.0 </p>
<p>When I run google-chrome I get this message and it does not open. If you do a first time run it ask you the default questions and import stuff and then exits.</p>
<p>&#8212;output&#8212;<br />
opt&gt; google-chrome<br />
/usr/bin/google-chrome: /opt/google/chrome/libz.so.1: no version information available (required by /usr/bin/google-chrome)<br />
/opt/google/chrome/chrome: /opt/google/chrome/libz.so.1: no version information available (required by /opt/google/chrome/chrome)<br />
[11152:11152:61021937243:ERROR:chrome/browser/pref_service.cc(171)] Error reading Preferences: File doesn&#8217;t exist. /root/.config/google-chrome/Local State: No such file or directory<br />
[11152:11152:61021942361:ERROR:chrome/browser/pref_service.cc(171)] Error reading Preferences: File doesn&#8217;t exist. /root/.config/google-chrome/Default/Preferences: No such file or directory<br />
/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width<br />
&#8212;output&#8212;</p>
<p>libz.so.1 is installed. I created a link to the lib in the google-chrome install directory but with no effect.</p>
<p>I have cairo 1.4.14-32.1 installed. When I upgraded to cairo-1.8.10-103.1.i586.rpm the error persisted. However, this also broke acroread, firefox and openoffice.org 3 as they are all dependent on cairo 1.4&#8230; I reverted back to the &#8216;older&#8217; cairo and now acroread &amp; firefox works but openoffice.org, keeps on crashing.</p>
<p>I also copies the &#8216;Local State&#8217; &amp; &#8216;Preferences&#8217; files from a Windows install. Those two error lines then disappeared. </p>
<p>The output now looks like this.<br />
&#8212;output&#8212;<br />
opt&gt; google-chrome<br />
/usr/bin/google-chrome: /opt/google/chrome/libz.so.1: no version information available (required by /usr/bin/google-chrome)<br />
/opt/google/chrome/chrome: /opt/google/chrome/libz.so.1: no version information available (required by /opt/google/chrome/chrome)<br />
/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width<br />
&#8212;output&#8212;</p>
<p>Do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Weinberg</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10505</link>
		<dc:creator>Brandon Weinberg</dc:creator>
		<pubDate>Sat, 08 May 2010 17:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10505</guid>
		<description>Thank you. I needed a hand and it took 2 seconds with your help.</description>
		<content:encoded><![CDATA[<p>Thank you. I needed a hand and it took 2 seconds with your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben.kevan</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10293</link>
		<dc:creator>ben.kevan</dc:creator>
		<pubDate>Sat, 01 May 2010 16:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10293</guid>
		<description>@ Lorne, 

I do not indicate either since the installation string I have given: 

sudo zypper ar http://dl.google.com/linux/rpm/stable/`uname -i` google-chrome

uses `uname -i` instead of explicitly using i386 or x86-64. So the above string is universal for both architectures. 

Thank you</description>
		<content:encoded><![CDATA[<p>@ Lorne, </p>
<p>I do not indicate either since the installation string I have given: </p>
<p>sudo zypper ar <a href="http://dl.google.com/linux/rpm/stable/" rel="nofollow">http://dl.google.com/linux/rpm/stable/</a>`uname -i` google-chrome</p>
<p>uses `uname -i` instead of explicitly using i386 or x86-64. So the above string is universal for both architectures. </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorne Shantz</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-10289</link>
		<dc:creator>Lorne Shantz</dc:creator>
		<pubDate>Sat, 01 May 2010 15:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-10289</guid>
		<description>I noticed that your tutorial does not indicate 32bit or 64 bit. Is it safe to assume that it will automagically detect and send the appropriate one?</description>
		<content:encoded><![CDATA[<p>I noticed that your tutorial does not indicate 32bit or 64 bit. Is it safe to assume that it will automagically detect and send the appropriate one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Chrome 3.0.198.1 Released – openSUSE Fedora RPM – Flash Support &#124; Free Techie Blog</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9793</link>
		<dc:creator>Google Chrome 3.0.198.1 Released – openSUSE Fedora RPM – Flash Support &#124; Free Techie Blog</dc:creator>
		<pubDate>Tue, 13 Apr 2010 05:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9793</guid>
		<description>[...] Installing Google Chrome - openSUSE Fedora Repository RPM [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing Google Chrome &#8211; openSUSE Fedora Repository RPM [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Chrome Native Linux Client on openSUSE &#124; Free Techie Blog</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9758</link>
		<dc:creator>Google Chrome Native Linux Client on openSUSE &#124; Free Techie Blog</dc:creator>
		<pubDate>Sun, 11 Apr 2010 14:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9758</guid>
		<description>[...] Installing Google Chrome - openSUSE Fedora Repository RPM [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing Google Chrome &#8211; openSUSE Fedora Repository RPM [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrecht</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9703</link>
		<dc:creator>andrecht</dc:creator>
		<pubDate>Sat, 20 Mar 2010 02:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9703</guid>
		<description>thanks, nice info</description>
		<content:encoded><![CDATA[<p>thanks, nice info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Установка Google Chrome в openSUSE &#171; PHP Portal</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9444</link>
		<dc:creator>Установка Google Chrome в openSUSE &#171; PHP Portal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9444</guid>
		<description>[...] Источник: www.freetechie.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Источник: <a href="http://www.freetechie.com" rel="nofollow">http://www.freetechie.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Google Chrome on Ubuntu or Kubuntu Debian Linux deb &#124; Free Techie Blog</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9358</link>
		<dc:creator>Install Google Chrome on Ubuntu or Kubuntu Debian Linux deb &#124; Free Techie Blog</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9358</guid>
		<description>[...] which recently was put into official &#8220;Beta&#8221; natively for Linux. I&#8217;ve previously wrote how to install the rpm on openSUSE and Fedora but now it&#8217;s time for the guide on installing on Ubuntu or [...]</description>
		<content:encoded><![CDATA[<p>[...] which recently was put into official &#8220;Beta&#8221; natively for Linux. I&#8217;ve previously wrote how to install the rpm on openSUSE and Fedora but now it&#8217;s time for the guide on installing on Ubuntu or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben.kevan</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9272</link>
		<dc:creator>ben.kevan</dc:creator>
		<pubDate>Wed, 20 Jan 2010 05:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9272</guid>
		<description>I&#039;d be interested in knowing what version of libcario you have. Also information on what Desktop Environment you are running (id LXDE, KDE or GNOME etc). 

you can find libcario with rpm -qa &#124; grep cario

Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested in knowing what version of libcario you have. Also information on what Desktop Environment you are running (id LXDE, KDE or GNOME etc). </p>
<p>you can find libcario with rpm -qa | grep cario</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kabakov</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9271</link>
		<dc:creator>Dmitry Kabakov</dc:creator>
		<pubDate>Wed, 20 Jan 2010 05:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9271</guid>
		<description>Hi! I am trying to install google-chrome-beta, google-chrome-unstable, i386 and x86_64 versions. Every time when I run it, it falls. In terminal window after running exists an error:

/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width

My system is openSUSE 11.0 x86_64. :-(</description>
		<content:encoded><![CDATA[<p>Hi! I am trying to install google-chrome-beta, google-chrome-unstable, i386 and x86_64 versions. Every time when I run it, it falls. In terminal window after running exists an error:</p>
<p>/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: cairo_format_stride_for_width</p>
<p>My system is openSUSE 11.0 x86_64. <img src='http://www.freetechie.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben.kevan</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9252</link>
		<dc:creator>ben.kevan</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9252</guid>
		<description>&lt;a href=&quot;#comment-9251&quot; rel=&quot;nofollow&quot;&gt;@Bob &lt;/a&gt; 

You could also install it by double clicking the rpm in your file manager. As you would in Ubuntu. 

Double clicking the icon would basically lauch the yast2 sw_single window for installation :o)</description>
		<content:encoded><![CDATA[<p><a href="#comment-9251" rel="nofollow">@Bob </a> </p>
<p>You could also install it by double clicking the rpm in your file manager. As you would in Ubuntu. </p>
<p>Double clicking the icon would basically lauch the yast2 sw_single window for installation <img src='http://www.freetechie.com/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9251</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9251</guid>
		<description>Thanks Ben.

That worked a treat. I have just moved over to OpenSuse from Ubuntu, so I am used to everything (almost) installing at a click of a button, where as now nothing installs without the need for tampering, but I love the challenge</description>
		<content:encoded><![CDATA[<p>Thanks Ben.</p>
<p>That worked a treat. I have just moved over to OpenSuse from Ubuntu, so I am used to everything (almost) installing at a click of a button, where as now nothing installs without the need for tampering, but I love the challenge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Novell News Summary &#8211; Part I: OpenSUSE Survey and Site Changes, Breakage &#124; Boycott Novell</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9205</link>
		<dc:creator>Novell News Summary &#8211; Part I: OpenSUSE Survey and Site Changes, Breakage &#124; Boycott Novell</dc:creator>
		<pubDate>Sun, 10 Jan 2010 00:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9205</guid>
		<description>[...] nature but nothing spectacularly new or exciting. Ben Kevan wrote some posts about OpenSUSE and packages that it includes. Thunderbird 3.0 is among them:  Thunderbird 3.0 got released and is available as [...]</description>
		<content:encoded><![CDATA[<p>[...] nature but nothing spectacularly new or exciting. Ben Kevan wrote some posts about OpenSUSE and packages that it includes. Thunderbird 3.0 is among them:  Thunderbird 3.0 got released and is available as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9194</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9194</guid>
		<description>Could not get! Repo is added, but when I &quot;sudo zypper in google-chrome-beta&quot; he stopped, 0%. 
I can not download http://dl.google.com/linux/rpm/stable/i386/google-chrome-beta-4.0.249.43-34537.i386.rpm in the browser on my desktop, but i can download it on the squid server, I think it is a problem in the Internetserver? You know what is the problem? Squid configuration?</description>
		<content:encoded><![CDATA[<p>Could not get! Repo is added, but when I &#8220;sudo zypper in google-chrome-beta&#8221; he stopped, 0%.<br />
I can not download <a href="http://dl.google.com/linux/rpm/stable/i386/google-chrome-beta-4.0.249.43-34537.i386.rpm" rel="nofollow">http://dl.google.com/linux/rpm/stable/i386/google-chrome-beta-4.0.249.43-34537.i386.rpm</a> in the browser on my desktop, but i can download it on the squid server, I think it is a problem in the Internetserver? You know what is the problem? Squid configuration?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230; Google Chrome</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9188</link>
		<dc:creator>Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230; Google Chrome</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9188</guid>
		<description>[...] here: Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230;          By admin &#124; category: chrome, google chrome &#124; tags: chrome, firefox, opensuse, [...]</description>
		<content:encoded><![CDATA[<p>[...] here: Installing Google Chrome – openSUSE Fedora Repository RPM | Ben &#8230;          By admin | category: chrome, google chrome | tags: chrome, firefox, opensuse, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230; Google Price</title>
		<link>http://www.freetechie.com/blog/installing-google-chrome-opensuse-fedora-repository-rpm/comment-page-1/#comment-9187</link>
		<dc:creator>Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230; Google Price</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1890#comment-9187</guid>
		<description>[...] the original here: Installing Google Chrome – openSUSE Fedora Repository RPM &#124; Ben &#8230;          By admin &#124; category: google chrome &#124; tags: chrome, firefox, google chrome, [...]</description>
		<content:encoded><![CDATA[<p>[...] the original here: Installing Google Chrome – openSUSE Fedora Repository RPM | Ben &#8230;          By admin | category: google chrome | tags: chrome, firefox, google chrome, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

