Tim, I think Markus hit the nail on the head. The 13.04 repositories are biting us in the butt.
Navigatrix does a rolling release. Minor bug fixes, and a 'little re-arranging' in the backroom, that do not change functionality, don't warrant a version number bump. The powers that be decreed there are 'subversions', nx0.5(june), nx0.5(july), nx0.5(august), or whatever they were called. I think there were 3 or 4 'updated' ISOs in a 10 week period.
This all works fine, it keeps the distribution current and fresh, but it also prevents the illusion that one should update when there is no material reason to update. No increase in functionality, no reason to update; no increase in security, no reason to update, and so on.
For example, if I have version 0.5, and version 0.51, or 0.53 just came out. There is the false impression that our copy, my copy won't work as well as the new version. It is outdated. We see this all the time. We are trained to think this way. The newer version will work better...except when it doesn't change how it functions for your use. It's like getting another hammer because the new one has a yellow handle, and maybe some fluting on the side. It makes no sense, particularly when the only way to get the new yellow fluted hammer is to download the entire 2.3 gigabyte workshop.
I fall for this all the time. It is generally a waste of time.
Now, appearing to contradict my "There is no need to update" rant, you should update.
Your looking for packages in the 'raring' repositories rather than the 'trusty' repositories.
Powers greater than anyone in the Navigatrix community have yanked the raring repositories into oblivion.
It might be possible to hand-hack the source list
Code:
gksudo medit /etc/apt/sources.list
and change
raring to
trustyCode:
sudo apt-get update
install the 14 packages that go along with
git. It is reasonable to assume this will not break anything. You could live dangerously and leave 'trusty' there, or revert back to 'raring'. Making changes to the core of the system (rather than add-ons to the system, like git) you might not be as fortunate.
...then again, you could just update the whole thing.
If you have split your installation into a root partition and a home partition, it is relatively painless. My personal machine and my test machine are same. One or two times a month I do a fresh re-install having cluttered up my machine with various bits of crap, tests, and screwups.
If I've littered my home partition with too much garbage, I'll rename my
/home/moe directory to something else, re-install without formatting /home and keep my name. Then, afterwards, I can move data as needed to the new /home. When I think I have done what I've needed...delete all the garbage in the old, re-named, directory.