<?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: Git Packages for Ubuntu</title>
	<atom:link href="http://blog.avirtualhome.com/git-packages-for-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avirtualhome.com</link>
	<description>Just my thoughts about things</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-13499</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 02 Feb 2012 14:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-13499</guid>
		<description>I believe in Lucid git is not the git you are looking for, you need to use git-core, but I could be wrong on that one.
The version that comes with Lucid of git is 1.7.0.4</description>
		<content:encoded><![CDATA[<p>I believe in Lucid git is not the git you are looking for, you need to use git-core, but I could be wrong on that one.<br />
The version that comes with Lucid of git is 1.7.0.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahab</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-13498</link>
		<dc:creator>Sahab</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-13498</guid>
		<description>If we run the command 

sudo apt-get install git gitk

in ubuntu 10.04, which version of git is normally installed??</description>
		<content:encoded><![CDATA[<p>If we run the command </p>
<p>sudo apt-get install git gitk</p>
<p>in ubuntu 10.04, which version of git is normally installed??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Lundström</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-13405</link>
		<dc:creator>Fredrik Lundström</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-13405</guid>
		<description>Hi,

I&#039;ve changed from Ubuntu 10 to Ubuntu 11.10, but after I did apt-get install git, I found out it still was too old, so I once again needed to upgrade git to &gt;= 1.7.6.

A few months ago, the suggestion &quot;sudo add-apt-repository ppa:pdoes/ppa/ubuntu&quot; worked, but now, the URL seems to be changed to &quot;sudo add-apt-repository ppa:pdoes/ppa&quot; instead.

However, I got errors such as 
---
Preparing to replace git 1:1.7.5.4-1 (using .../git_2%3a1.7.8.3-0avh1~oneiric_i386.deb) ...
mv: `/usr/lib/git-core/git-add.tmp&#039; and `/usr/lib/git-core/git-add&#039; are the same file
dpkg: error processing /var/cache/apt/archives/git_2%3a1.7.8.3-0avh1~oneiric_i386.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/git_2%3a1.7.8.3-0avh1~oneiric_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
---
Trying to remove git again with sudo apt-get remove git revealee that 
---
You might want to run &#039;apt-get -f install&#039; to correct these:
The following packages have unmet dependencies:
 gitk : Depends: git (&gt; 2:1.7.8.3) but it is not going to be installed
        Depends: git (&lt; 2:1.7.8.3-.) but it is not going to be installed
E: Unmet dependencies. Try &#039;apt-get -f install&#039; with no packages (or specify a solution).
---

In order to resolve these issued, I had to 
sudo apt-get -f remove git-man git-doc gitk
then I could 
sudo apt-get install git gitk</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve changed from Ubuntu 10 to Ubuntu 11.10, but after I did apt-get install git, I found out it still was too old, so I once again needed to upgrade git to &gt;= 1.7.6.</p>
<p>A few months ago, the suggestion &#8220;sudo add-apt-repository ppa:pdoes/ppa/ubuntu&#8221; worked, but now, the URL seems to be changed to &#8220;sudo add-apt-repository ppa:pdoes/ppa&#8221; instead.</p>
<p>However, I got errors such as<br />
&#8212;<br />
Preparing to replace git 1:1.7.5.4-1 (using &#8230;/git_2%3a1.7.8.3-0avh1~oneiric_i386.deb) &#8230;<br />
mv: `/usr/lib/git-core/git-add.tmp&#8217; and `/usr/lib/git-core/git-add&#8217; are the same file<br />
dpkg: error processing /var/cache/apt/archives/git_2%3a1.7.8.3-0avh1~oneiric_i386.deb (&#8211;unpack):<br />
 subprocess new pre-installation script returned error exit status 1<br />
Errors were encountered while processing:<br />
 /var/cache/apt/archives/git_2%3a1.7.8.3-0avh1~oneiric_i386.deb<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)<br />
&#8212;<br />
Trying to remove git again with sudo apt-get remove git revealee that<br />
&#8212;<br />
You might want to run &#8216;apt-get -f install&#8217; to correct these:<br />
The following packages have unmet dependencies:<br />
 gitk : Depends: git (&gt; 2:1.7.8.3) but it is not going to be installed<br />
        Depends: git (&lt; 2:1.7.8.3-.) but it is not going to be installed<br />
E: Unmet dependencies. Try &#039;apt-get -f install&#039; with no packages (or specify a solution).<br />
&#8212;</p>
<p>In order to resolve these issued, I had to<br />
sudo apt-get -f remove git-man git-doc gitk<br />
then I could<br />
sudo apt-get install git gitk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dariusz Kordonski</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-13199</link>
		<dc:creator>Dariusz Kordonski</dc:creator>
		<pubDate>Sun, 11 Dec 2011 23:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-13199</guid>
		<description>Thanks man, that&#039;s gold!</description>
		<content:encoded><![CDATA[<p>Thanks man, that&#8217;s gold!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buffalobillion</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-12811</link>
		<dc:creator>buffalobillion</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-12811</guid>
		<description>Thanks, man! You saved my bacon having this ppa available.</description>
		<content:encoded><![CDATA[<p>Thanks, man! You saved my bacon having this ppa available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulysses</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-11590</link>
		<dc:creator>Ulysses</dc:creator>
		<pubDate>Fri, 03 Jun 2011 08:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-11590</guid>
		<description>Installed great. The easiest install ever. I just posted an article about your repository. Thanks so much.</description>
		<content:encoded><![CDATA[<p>Installed great. The easiest install ever. I just posted an article about your repository. Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-9649</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 20 Nov 2010 02:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-9649</guid>
		<description>It looks like a typo, it&#039;s maverick not mawerick.</description>
		<content:encoded><![CDATA[<p>It looks like a typo, it&#8217;s maverick not mawerick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tebee</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-9647</link>
		<dc:creator>tebee</dc:creator>
		<pubDate>Fri, 19 Nov 2010 10:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-9647</guid>
		<description>Following your instruction i got successful prompt. 
What could i have into /var/lib/apt/lists directory?

Further, i am following &quot;How to compile.. 10.10 kernel&quot; and the preparation step
apt-get build-dep linux
and it gives a error of missing:
ppa.launchpad.net_pdoes_ppa_ubuntu_dists_mawerik_main_source_Sources

Where i am wrong?</description>
		<content:encoded><![CDATA[<p>Following your instruction i got successful prompt.<br />
What could i have into /var/lib/apt/lists directory?</p>
<p>Further, i am following &#8220;How to compile.. 10.10 kernel&#8221; and the preparation step<br />
apt-get build-dep linux<br />
and it gives a error of missing:<br />
ppa.launchpad.net_pdoes_ppa_ubuntu_dists_mawerik_main_source_Sources</p>
<p>Where i am wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-9241</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 08 Oct 2010 11:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-9241</guid>
		<description>Depending on which Ubuntu version, prior to Lucid it would be git-core and starting with Lucid you can use git.</description>
		<content:encoded><![CDATA[<p>Depending on which Ubuntu version, prior to Lucid it would be git-core and starting with Lucid you can use git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninja overlord</title>
		<link>http://blog.avirtualhome.com/git-packages-for-ubuntu/#comment-9234</link>
		<dc:creator>ninja overlord</dc:creator>
		<pubDate>Fri, 08 Oct 2010 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?page_id=458#comment-9234</guid>
		<description>What is the name of the package which we should apt-get once we&#039;ve added your repository?</description>
		<content:encoded><![CDATA[<p>What is the name of the package which we should apt-get once we&#8217;ve added your repository?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

