Download
KBiff is typically available in most of the major (and not so major) Linux distributions. Try using yum, apt, zypper, emerge, or whatever your distribution's install tool of choice is, to search for kbiff. Odds are, a relatively recent version is there.
Stable releases
- Download v3.9 sources. [SRPM] [LSM] [changes]
- Download binary release: openSUSE 11.0 RPM [i586] [x86_64]
Mercurial repository
You can get the latest development code from KBiff's Mercurial repository. KBiff is a very mature product now so there really isn't a development branch, per se. Any patches in the repository that aren't in a release are tested changes that are just waiting for the next release.
# clone the latest tree
$ hg clone http://hg.kbiff.org/ kbiff# build the Makefile system
$ UNSERMAKE=no make -f Makefile.cvs$ ./configure && make && make install
# update the tree at some later time
$ hg pull$ hg update


