<?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: How to install Gyachi in ubuntu 9.10 (Karmic)</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.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: Monroe Genas</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-86462</link>
		<dc:creator>Monroe Genas</dc:creator>
		<pubDate>Fri, 31 Dec 2010 15:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-86462</guid>
		<description>I really like reading well written articles like this, important and additionally helpful blog posts like that have become uncommon, really thought I should comment.</description>
		<content:encoded><![CDATA[<p>I really like reading well written articles like this, important and additionally helpful blog posts like that have become uncommon, really thought I should comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vasu</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-41218</link>
		<dc:creator>vasu</dc:creator>
		<pubDate>Fri, 23 Jul 2010 12:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-41218</guid>
		<description>it works thanks....</description>
		<content:encoded><![CDATA[<p>it works thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rd1381</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22307</link>
		<dc:creator>rd1381</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22307</guid>
		<description>karmic koala
setinggl has pointed out a ppa for installtion that i checked and it has gyachi and you can use that .
if you dont know how to use ppa in synaptic ubuntu ,just google and you will be directed in right direction :) 

but even if you are a new user of linux(i am not pro either) i still remocend that use compile some programs on your own because

1:its a very informative process (first is pain but then gain) about how packages are build ,because basically everything you install (even from ubuntu dvd) are packages that are built from sources(and you can even build and ubuntu from source in theory)

2: next time when there is no ppa or standalone deb package ready to install or if you need a new version that&#039;s not in ppa, you can just grab the source from the program homepage and build it yourself

3:its more stable if you build one on your machine instead of using a ppa one( though most of ppa are supposed to follow a good regime for building packages but still many of them use automated build process that not monitored carefully so its not very ....)

4:and the last one that is more related to me that to anything else is that when you build a package yourself you can install it practically anywhere ( i had to install a fresh ubuntu  and i still use the gyachi tha i installed in my home folder :)

some pointers:
1: build process for many package on linux is just a three command process:
./confiure
make
make install

but you will encounter many errors at first . beware that most of them (in my experience are just dependency error: not having the right library installed) so read reamme file for packages carefull (every source package has one :)</description>
		<content:encoded><![CDATA[<p>karmic koala<br />
setinggl has pointed out a ppa for installtion that i checked and it has gyachi and you can use that .<br />
if you dont know how to use ppa in synaptic ubuntu ,just google and you will be directed in right direction <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>but even if you are a new user of linux(i am not pro either) i still remocend that use compile some programs on your own because</p>
<p>1:its a very informative process (first is pain but then gain) about how packages are build ,because basically everything you install (even from ubuntu dvd) are packages that are built from sources(and you can even build and ubuntu from source in theory)</p>
<p>2: next time when there is no ppa or standalone deb package ready to install or if you need a new version that&#8217;s not in ppa, you can just grab the source from the program homepage and build it yourself</p>
<p>3:its more stable if you build one on your machine instead of using a ppa one( though most of ppa are supposed to follow a good regime for building packages but still many of them use automated build process that not monitored carefully so its not very &#8230;.)</p>
<p>4:and the last one that is more related to me that to anything else is that when you build a package yourself you can install it practically anywhere ( i had to install a fresh ubuntu  and i still use the gyachi tha i installed in my home folder <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>some pointers:<br />
1: build process for many package on linux is just a three command process:<br />
./confiure<br />
make<br />
make install</p>
<p>but you will encounter many errors at first . beware that most of them (in my experience are just dependency error: not having the right library installed) so read reamme file for packages carefull (every source package has one <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setinggil</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22205</link>
		<dc:creator>Setinggil</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22205</guid>
		<description>There is v 1.2.4.
if you&#039;re in karmic, use this PPA repo
https://launchpad.net/~baudm/+archive/ppa/+packages
or just sudo add-apt-repository ppa:baudm

Txs loell (http://wwww.ubuntuforums.org/showpost.php?p=8789892&amp;postcount=678)</description>
		<content:encoded><![CDATA[<p>There is v 1.2.4.<br />
if you&#8217;re in karmic, use this PPA repo<br />
<a href="https://launchpad.net/~baudm/+archive/ppa/+packages" rel="nofollow">https://launchpad.net/~baudm/+archive/ppa/+packages</a><br />
or just sudo add-apt-repository ppa:baudm</p>
<p>Txs loell (<a href="http://wwww.ubuntuforums.org/showpost.php?p=8789892&#038;postcount=678" rel="nofollow">http://wwww.ubuntuforums.org/showpost.php?p=8789892&#038;postcount=678</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karmic koala</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22193</link>
		<dc:creator>karmic koala</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22193</guid>
		<description>rd - how do you compile this yourself.  Sorry Noob here.  :)</description>
		<content:encoded><![CDATA[<p>rd - how do you compile this yourself.  Sorry Noob here.  <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abced</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22192</link>
		<dc:creator>abced</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22192</guid>
		<description>yeah, the current gyachi has not been able to connect for at least 2 weeks now.  pidgin still does tho.  what a bunch of shit.

come on gyachi team, lets update the package already...  i doubt it.</description>
		<content:encoded><![CDATA[<p>yeah, the current gyachi has not been able to connect for at least 2 weeks now.  pidgin still does tho.  what a bunch of shit.</p>
<p>come on gyachi team, lets update the package already&#8230;  i doubt it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ATOzTOA</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22165</link>
		<dc:creator>ATOzTOA</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22165</guid>
		<description>Yahoo keeps on changing their protocol, so we need to keep it updated...</description>
		<content:encoded><![CDATA[<p>Yahoo keeps on changing their protocol, so we need to keep it updated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rd1381</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22112</link>
		<dc:creator>rd1381</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22112</guid>
		<description>this doesn&#039;t work for x86-64 version of karmic 
in ppa page of loell it says build failed on 64bit  
so i had to compile it myself :)</description>
		<content:encoded><![CDATA[<p>this doesn&#8217;t work for x86-64 version of karmic<br />
in ppa page of loell it says build failed on 64bit<br />
so i had to compile it myself <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22039</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Sat, 06 Feb 2010 11:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22039</guid>
		<description>Thanks UG. Managed to successfully install karmic packages onto lucid but am unable to login. Keep getting error &quot;username or password is incorrect&quot; which is not the case. Anything I am missing?</description>
		<content:encoded><![CDATA[<p>Thanks UG. Managed to successfully install karmic packages onto lucid but am unable to login. Keep getting error &#8220;username or password is incorrect&#8221; which is not the case. Anything I am missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setinggil</title>
		<link>http://www.ubuntugeek.com/how-to-install-gyachi-in-ubuntu-9-10-karmic.html/comment-page-1#comment-22018</link>
		<dc:creator>Setinggil</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3919#comment-22018</guid>
		<description>Yes, it&#039;s the best Yahoo client - afaik -for Linux OS.
But one its lacking is : can&#039;t voice chat in private room.
Anyone can solve it (making that one can voice chat in pvt room)?</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s the best Yahoo client - afaik -for Linux OS.<br />
But one its lacking is : can&#8217;t voice chat in private room.<br />
Anyone can solve it (making that one can voice chat in pvt room)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

