
run
Installing Gwibber in Ubuntu Hardy
Submitted by threethirty on Thu, 07/24/2008 - 01:57.Hello Ladies and Gents and everyone else. This is threethirty from the LinuxCranks Podcast (http://linuxcranks.info) and I'd like to tell you all how to install Gwibber in Ubuntu Hardy:
Step 0:
Install simplejson
the easy way is to go here: http://packages.ubuntu.com/hardy/i386/python-simplejson/download choose a mirror and let it open in Gdebi
Step 1:
Install baazaar
$ sudo apt-get (or aptitude) bzr
Step 2:
Checkout the baazaar repo
$ bzr checkout https://code.launchpad.net/~segphault/gwibber/main
Step 3:
Change to the gwibber directory
$ cd gwibber/
