Adam Monsen

March 21, 2011

Swimming in the deep end

Filed under: Default — Tags: , , , — adam @ 1:46 pm PST

A coworker forwarded me an inspiring article from the Harvard Business Review. I was interested after the first paragraph, and was looking excitedly looking forward to finishing it along with a cookie. But I could not!

(more…)

How to install the latest stable git release on Ubuntu 10.04 LTS

Filed under: Default — adam @ 11:39 am PST

I want a very stable desktop, so I’m using Ubuntu 10.04 “lucid lynx” LTS (long-term support). I also want features of the latest version of git. I ran these commands to grab the latest stable git release without futzing with any manual downloading or dpkg.

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Thank you, Anders Kaseorg!

Distribution packages in a release typically lag behind those released by upstream maintainers. This is expected: part of what makes a release stable is intentionally not introducing changes. PPAs (personal package archives) are a handy way to get at packages not already present in the distribution/release you are using. Backports are handy too, but I didn’t see the latest git in there for Ubuntu 10.04.

Back in the old days I used to manually scour some combination of rpmfind, DAG, Dries, ATrpms, rpmforge, (and others!) to find the right packages and dependencies.

Powered by WordPress