Jabbim instalation on Debian and Ubuntu systems

Installation of stable release

Please note: Jabbim won't work on Debian Etch since it needs python-twisted version 2.5, which is available only in testing/unstable.

APT line for advanced users:

deb http://repo.palatinus.cz/stable / 

You can obtain digital signatures of these packages by this command:

wget -q -O - http://repo.palatinus.cz/repo.key | sudo apt-key add -

Or set of commands to install Jabbim (including key addition, since it seems to be required by some version of Ubuntu):

sudo sh -c "echo 'deb http://repo.palatinus.cz/stable / ' >> /etc/apt/sources.list.d/jabbim.list"
wget -q -O - http://repo.palatinus.cz/repo.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install jabbim

Maintainter of this packages is Marek Palatinus, marek[at]palatinus[dot]cz.

SVN experimental packages

Packages are generated daily at 3 am (central european [summer] time) from current development version. Please be aware that this packages may sometimes be unstable. Packages are named according to this pattern: jabbim-<svn_revision>.

Please note: current svn version depends on new Qt and PyQt libraries. Please make sure you know what you're doing before installing it.

APT repo for svn packages is:

deb http://repo.palatinus.cz/unstable /

Repo containing new Qt and PyQt for (K)ubuntu Hardy Heron

via http://kubuntu.org/announcements/kde-4.1beta1.php

deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main

don't forget to do:

sudo apt-get update
sudo apt-get upgrade