<?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: Howto install chromium using simple Script</title>
	<atom:link href="http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pon</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-22217</link>
		<dc:creator>pon</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-22217</guid>
		<description>for lucid
--------------

                elif [ &quot;$vers&quot; == &quot;10.04&quot; ]; then
                        echo &quot;You are using $disto $vers&quot;
                        echo &quot;Adding Launchpad to /etc/apt/sources.list&quot;
                        sudo cat &gt;&gt; /etc/apt/sources.list &lt;&lt; EOF

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

EOF

-----------</description>
		<content:encoded><![CDATA[<p>for lucid<br />
--------------</p>
<p>                elif [ "$vers" == "10.04" ]; then<br />
                        echo &#8220;You are using $disto $vers&#8221;<br />
                        echo &#8220;Adding Launchpad to /etc/apt/sources.list&#8221;<br />
                        sudo cat &gt;&gt; /etc/apt/sources.list &lt;&lt; EOF</p>
<p>deb <a href="http://ppa.launchpad.net/chromium-daily/ppa/ubuntu" rel="nofollow">http://ppa.launchpad.net/chromium-daily/ppa/ubuntu</a> lucid main<br />
deb-src <a href="http://ppa.launchpad.net/chromium-daily/ppa/ubuntu" rel="nofollow">http://ppa.launchpad.net/chromium-daily/ppa/ubuntu</a> lucid main</p>
<p>EOF</p>
<p>-----------</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-18808</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 13 Dec 2009 06:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-18808</guid>
		<description>I use Ubuntu Tweak.  Add the third party repo for Chromium and after a reload, you&#039;re prompted to install it.  All GUI based work here.  Also install Chrome through the Google repos.</description>
		<content:encoded><![CDATA[<p>I use Ubuntu Tweak.  Add the third party repo for Chromium and after a reload, you&#8217;re prompted to install it.  All GUI based work here.  Also install Chrome through the Google repos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR0cket</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-17050</link>
		<dc:creator>JR0cket</dc:creator>
		<pubDate>Sat, 21 Nov 2009 09:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-17050</guid>
		<description>Thanks for taking the effort to write this script and share it with us.

IMHO I would not have killed firefox without a warning or prompting the person running the script.  

Do you really need to include the chromium startup in the script?  You could prompt the user in the script if they now want to run Chromium, noting that if they want to import Firefox settings then they should exit Firefox first.</description>
		<content:encoded><![CDATA[<p>Thanks for taking the effort to write this script and share it with us.</p>
<p>IMHO I would not have killed firefox without a warning or prompting the person running the script.  </p>
<p>Do you really need to include the chromium startup in the script?  You could prompt the user in the script if they now want to run Chromium, noting that if they want to import Firefox settings then they should exit Firefox first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nme</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-16870</link>
		<dc:creator>nme</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-16870</guid>
		<description>IMHO this method will work, but is far from being perfect.
Your script should use /etc/apt/sources.list.d/chromium.list dedicated file instead of /etc/apt/sources.list which might and will be replaced by Ubuntu upgrade scripts.</description>
		<content:encoded><![CDATA[<p>IMHO this method will work, but is far from being perfect.<br />
Your script should use /etc/apt/sources.list.d/chromium.list dedicated file instead of /etc/apt/sources.list which might and will be replaced by Ubuntu upgrade scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-16750</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 17 Nov 2009 01:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-16750</guid>
		<description>I am getting an error that says: Continue [y or n]? [: 29: null: unexpected operator
[: 76: Ubuntu: unexpected operator
This script only works with Ubuntu 9.10, 9.04. and 8.10.
You are using  9.10.
You will have to find another way to install Chromium.
Press ENTER to exit:
read: 76: arg count</description>
		<content:encoded><![CDATA[<p>I am getting an error that says: Continue [y or n]? [: 29: null: unexpected operator<br />
[: 76: Ubuntu: unexpected operator<br />
This script only works with Ubuntu 9.10, 9.04. and 8.10.<br />
You are using  9.10.<br />
You will have to find another way to install Chromium.<br />
Press ENTER to exit:<br />
read: 76: arg count</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plonstic</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-16741</link>
		<dc:creator>plonstic</dc:creator>
		<pubDate>Mon, 16 Nov 2009 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-16741</guid>
		<description>hi, 
thanks for the script.

A quick tip to simplify the distribution recognition :

----
distro=$(lsb_release -i&#124;awk &#039;{print $3}&#039;)
ver=$(lsb_release -c&#124;awk &#039;{print $2}&#039;&#124;sed &#039;/\(karmic\)\&#124;\(jaunty\)\&#124;\(intrepid\)/!d&#039;)
----

then just test distro and version ($version must be empty string for a wrong version) and 

----
sudo cat &gt;&gt; /etc/apt/sources.list.d/chromium.list &lt;&lt; EOF
#Chromium Browser
##KEY sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu $ver main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu $ver main
EOF
----</description>
		<content:encoded><![CDATA[<p>hi,<br />
thanks for the script.</p>
<p>A quick tip to simplify the distribution recognition :</p>
<p>----<br />
distro=$(lsb_release -i|awk &#8216;{print $3}&#8217;)<br />
ver=$(lsb_release -c|awk &#8216;{print $2}&#8217;|sed &#8216;/\(karmic\)\|\(jaunty\)\|\(intrepid\)/!d&#8217;)<br />
----</p>
<p>then just test distro and version ($version must be empty string for a wrong version) and </p>
<p>----<br />
sudo cat &gt;&gt; /etc/apt/sources.list.d/chromium.list &lt;&lt; EOF<br />
#Chromium Browser<br />
##KEY sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com<br />
0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5<br />
deb <a href="http://ppa.launchpad.net/chromium-daily/ppa/ubuntu" rel="nofollow">http://ppa.launchpad.net/chromium-daily/ppa/ubuntu</a> $ver main<br />
deb-src <a href="http://ppa.launchpad.net/chromium-daily/ppa/ubuntu" rel="nofollow">http://ppa.launchpad.net/chromium-daily/ppa/ubuntu</a> $ver main<br />
EOF<br />
----</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh Asolkar</title>
		<link>http://www.ubuntugeek.com/howto-install-chromium-using-simple-script.html/comment-page-1#comment-16739</link>
		<dc:creator>Mahesh Asolkar</dc:creator>
		<pubDate>Mon, 16 Nov 2009 22:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=2730#comment-16739</guid>
		<description>I don&#039;t believe you need to do all this in Karmic (Ubuntu 9.10). All you need is:

  $ sudo add-apt-repository ppa:chormium-daily/ppa
  $ sudo aptitude update
  $ sudo aptitude install chromium-browser</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe you need to do all this in Karmic (Ubuntu 9.10). All you need is:</p>
<p>  $ sudo add-apt-repository ppa:chormium-daily/ppa<br />
  $ sudo aptitude update<br />
  $ sudo aptitude install chromium-browser</p>
]]></content:encoded>
	</item>
</channel>
</rss>

