Gwibber
Size: 3056
Comment: added apt-url
|
Size: 3188
Comment: You need wnck too!
|
Deletions are marked like this. | Additions are marked like this. |
Line 33: | Line 33: |
Then install the package gwibber. You don't need the webkit PPA or anything like that. | Then install the package ''gwibber''. |
Line 40: | Line 40: |
---- {{{#!wiki '''Caution''' We recommend upgrading to Intrepid or Jaunty if you wish to use Gwibber. Installation on Hardy is currently unsupported. }}} ---- |
|
Line 89: | Line 97: |
$ sudo apt-get install python-cairo-dev python-simplejson python-egenix-mxdatetime python-feedparser | $ sudo apt-get install python-cairo-dev python-simplejson python-egenix-mxdatetime python-feedparser python-wnck |
Installing Gwibber
This is a guide to install the Gwibber micro-blogging client on Ubuntu.
From Universe for 9.04 Jaunty Jackalope
Gwibber is now available directly from Universe in Jaunty onwards.
Click here to install the gwibber package
From PPA for 8.10 Intrepid Ibex
Create a file called /etc/apt/sources.list.d/gwibber.list. It should contain the Gwibber PPA:
deb http://ppa.launchpad.net/gwibber-team/ubuntu intrepid main deb-src http://ppa.launchpad.net/gwibber-team/ubuntu intrepid main
Now install the GPG key for Launchpad
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5AFADBD4AA1C92B0 |sudo apt-key add -
that command should be run as one line.
Update your repository database list
sudo apt-get update
Then install the package gwibber.
sudo apt-get install gwibber
From PPA for 8.04 Hardy Heron
Caution
We recommend upgrading to Intrepid or Jaunty if you wish to use Gwibber. Installation on Hardy is currently unsupported.
Create a file called /etc/apt/sources.list.d/gwibber.list. It should contain the gwibber PPA:
deb http://ppa.launchpad.net/gwibber-team/ubuntu hardy main deb-src http://ppa.launchpad.net/gwibber-team/ubuntu hardy main
and then the Webkit PPA:
deb http://ppa.launchpad.net/webkit-team/ubuntu hardy main deb-src http://ppa.launchpad.net/webkit-team/ubuntu hardy main
Then install packages for libwebkit-1.0-1 python-webkitgtk python-egenix-mxdatetime and gwibber.
From Sources
- Install bazaar and subversion to download app and some needed libraries.
sudo apt-get install bzr subversion
(Hardy 8.04 only) Add the following PPA for Webkit to apt sources.list (/etc/apt/sources.list) or via System -> Administration -> Software Sources.
deb http://ppa.launchpad.net/stemp/ubuntu hardy main
- Update
$ sudo apt-get update
- Install webkit and development libraries
$ sudo apt-get install libwebkit-1.0-1 libwebkit-dev
- Download pywebkitgtk
$ svn checkout http://pywebkitgtk.googlecode.com/svn/trunk/ pywebkitgtk-read-only
- Install needed libraries and programs to compile pywebkitgtk.
$ sudo apt-get install build-essential autoconf automake libtool libgtk2.0-dev python-dev python-gtk2 python-gtk2-dev libsexy2 libsexy-dev python-sexy libxslt1-dev
- Goto pywebkitgtk-read-only directory - Configure, compile and install pywebkitgtk.
$ . cd pywebkitgtk-read-only $ ./autogen.sh --prefix=/usr/local $ make $ sudo make install
- Install need libraries and programs for gwibber
$ sudo apt-get install python-cairo-dev python-simplejson python-egenix-mxdatetime python-feedparser python-wnck
- Download gwibber webkitui
$ cd ~ $ bzr branch lp:gwibber
- Goto /gwibber/bin directory to run gwibber
$ cd ~/gwibber/bin $ ./gwibber
- or install
sudo python setup.py install
Gwibber (last edited 2011-05-24 12:57:37 by 213)