Differences between revisions 8 and 9
Revision 8 as of 2010-11-11 15:10:26
Size: 945
Editor: sjefen6
Comment:
Revision 9 as of 2010-11-11 15:31:38
Size: 1544
Editor: sjefen6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Ubuntu ==
Users of newer versions of ubuntu can use the add-apt-repository command to add the repository in one simple command. To change the deb line, look at the general section.
{{{ sudo add-apt-repository "deb http://code.bitlbee.org/debian/devel/maverick/i386/ ./" }}}

If you are missing the command are you able to install it with the command
{{{ sudo apt-get install python-software-properties }}}

More information at the [[https://help.ubuntu.com/community/Repositories/CommandLine#Adding Launchpad PPA Repositories|Ubuntu community documentation]]

== General linux ==

Daily built packages

Ubuntu

Users of newer versions of ubuntu can use the add-apt-repository command to add the repository in one simple command. To change the deb line, look at the general section.  sudo add-apt-repository "deb http://code.bitlbee.org/debian/devel/maverick/i386/ ./" 

If you are missing the command are you able to install it with the command  sudo apt-get install python-software-properties 

More information at the Ubuntu community documentation

General linux

Bitlbee offers daily builds for debian like linux distros. They are located at http://code.bitlbee.org/debian/. The most common way of adding the BitlBee repository, is by adding it to your sources.list file, located at /etc/apt/sources.list.

The line you need to add might look something like this:

deb http://code.bitlbee.org/debian/devel/karmic/i386/ ./

The devel subdirectory means that it is the main development branch of bitlbee. The karmic subdirectory means that it is intended for the Karmic Koala release of Ubuntu and the i386 subdirectory means that it is intended for an i386 (32 bit) version of the operating system.

Builds are currently available for:

  • Debian Lenny (5.0)
  • Debian Squeeze (6.0) (testing)
  • Ubuntu Hardy Heron (8.04 LTS)
  • Ubuntu Karmic Koala (9.10)
  • Ubuntu Lucid Lynx (10.04 LTS)
  • Ubuntu Mavrick Meercat (10.10)

BitlBee Wiki: Packages (last edited 2016-05-07 23:23:54 by dx)