Differences between revisions 16 and 27 (spanning 11 versions)
Revision 16 as of 2011-12-22 21:58:12
Size: 3143
Editor: Wilmer
Comment:
Revision 27 as of 2016-05-07 23:23:54
Size: 1778
Editor: dx
Comment: remove some dust
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Bitlbee offers daily builds for debian like linux distros. They are located at [[http://code.bitlbee.org/debian/]]. Bitlbee offers daily builds for debian like linux distros. They are located at:

http://code.bitlbee.org/debian/

Since these are binary packages they may not be usable for you if you're using a less common platform. Right now, 32-/64-bit Intel and ARM platforms are supported.

An up to date list of available distros and architectures is available in the repo readme at:

http://code.bitlbee.org/debian/README.html
Line 8: Line 17:
{{{deb http://code.bitlbee.org/debian/devel/squeeze/i386/ ./}}}  {{{
deb http://code.bitlbee.org/debian/master/jessie/i386/ ./
}}}
Line 12: Line 23:
{{{deb http://code.bitlbee.org/debian/devel/squeeze/amd64/ ./}}}  {{{
deb http://code.bitlbee.org/debian/master/jessie/amd64/ ./
}}}
Line 16: Line 29:
{{{deb http://code.bitlbee.org/debian/devel/squeeze/armel/ ./}}}  {{{
deb http://code.bitlbee.org/debian/master/jessie/armhf/ ./
}}}
Line 18: Line 33:
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. You can check if you need 32 or 64-bits using the ''uname -m'' command. The '''master''' subdirectory means that it is the main development branch of bitlbee. The '''jessie''' subdirectory means that it is intended for the Jessie (8.0) release of Debian and the '''i386''' subdirectory means that it is intended for an i386 (32 bit) version of the operating system. You can check if you need 32 or 64-bits using the ''uname -m'' command.
Line 20: Line 35:
After adding the repository and the GPG key (see below) do ''sudo apt-get update'' and then install with ''sudo apt-get install bitlbee'' (''aptitude'' may be used instead of ''apt-get'').

Builds are currently available for:

  * Debian ''Lenny'' (5.0)
  * Debian ''Squeeze'' (6.0)
  * Debian Wheezy (''testing'')
  * Ubuntu ''Karmic'' Koala (9.10)
  * Ubuntu ''Lucid'' Lynx (10.04 LTS)
  * Ubuntu ''Mavrick'' Meercat (10.10)
  * Ubuntu ''Natty'' Narwhal (11.04)
  * Ubuntu ''Oneiric'' Ocelot (11.10)
After adding the repository and the GPG key (optional, see below) do {{{sudo apt-get update}}} and then install with {{{sudo apt-get install bitlbee}}} (''aptitude'' may be used instead of ''apt-get'').
Line 34: Line 38:
{{{
sudo apt-key add - << EOF
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.9 (GNU/Linux)
Line 39: Line 39:
mQGiBEv++B4RBACR8PCXpBRByIPMY2DxbqUP8LfVNRfgg7X2P4Z0e+zeYHujB0hJ
P6vOW/QmeYSuDzFVH3oOJsC+kaTExf2Rl0/Bm3X4GRkw6XJME/3HR7P0rNCCvqgD
QYOlhmP4qYEi0z6q9WslhqeYzilB/opsQTR/11zUjw5TGp1P/4rcCa0/6wCg87c/
BOP6XR64zQBD5rBcCzNeL0cD/iFE97JFAYIRHOiYjpgq0/pZ/PoMrULpiyq6+BPo
8YdcuRYdFYDC5Ghmmk0VDIf5knDdsSIA5+tJTHTiKpuHZ7JKx3aJ/HzuAHlG3RaV
eLTl0HvkxWis/ORsjyvztlVtbHy0vVVRaWriVq76MicpdIqY1tcRvmm38j7X+Ois
mcO1A/wNYgJyr0pHvj52T2iosKUHu2TFqVf9sWV0n+kFI1g/aG4oHWbevcrsnbtW
+3t80BNbWAA5zlN6Bdv1MRrFJzogyJK5ao1/Y2uF4wvD64EEKgA91riHKnOSuKo2
wCccja/CqLovaAN6dvNQ5OapuH+xuc+4IsPxPNCOUQ4TL0V6vbQ9Qml0bEJlZSBu
aWdodGx5IGJ1aWxkcyAuZGVicyBzaWduaW5nIGtleSA8YnVpbGRkQGJpdGxiZWUu
b3JnPohmBBMRAgAmBQJL/vgeAhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgEC
F4AACgkQlO6h8sflBDZeaACfdSPK318+gnHjvFjNf0jEdomEnooAn0O5FizmFHny
PBaPjwdPZ6YyRfK5iEYEEBECAAYFAkv++0YACgkQeYWXmuMwQFExdQCdHbhFwQJ4
4HUdjxPZlPOt3iH9MZ8AoKm88QvS4dCuYmMt9KZ6oDKyCD5l
=Ktl0
-----END PGP PUBLIC KEY BLOCK-----
EOF
 {{{
wget -O- https://code.bitlbee.org/debian/release.key | sudo apt-key add -
Line 57: Line 42:

== error in Version string '1:bzr-devel-773-0': version number does not start with digit ==

If you get an error message like that, dpkg is complaining about what version numbers for nightly builds used to look like. This problem is solved in the repository but you may have to manually install the right version once to get back on track using something like `apt-get install bitlbee=VERSION`

Daily built packages

Bitlbee offers daily builds for debian like linux distros. They are located at:

http://code.bitlbee.org/debian/

Since these are binary packages they may not be usable for you if you're using a less common platform. Right now, 32-/64-bit Intel and ARM platforms are supported.

An up to date list of available distros and architectures is available in the repo readme at:

http://code.bitlbee.org/debian/README.html

The most common way of adding the BitlBee repository, is by adding it to your sources.list file, located at /etc/apt/sources.list. Alternatively you may create a new file /etc/apt/sources.list.d/bitlbee.list.

The line you need to add might look something like this for a 32-bits system:

  • deb http://code.bitlbee.org/debian/master/jessie/i386/ ./

And for a 64-bit version:

  • deb http://code.bitlbee.org/debian/master/jessie/amd64/ ./

Or if you're using an ARM-based machine:

  • deb http://code.bitlbee.org/debian/master/jessie/armhf/ ./

The master subdirectory means that it is the main development branch of bitlbee. The jessie subdirectory means that it is intended for the Jessie (8.0) release of Debian and the i386 subdirectory means that it is intended for an i386 (32 bit) version of the operating system. You can check if you need 32 or 64-bits using the uname -m command.

After adding the repository and the GPG key (optional, see below) do sudo apt-get update and then install with sudo apt-get install bitlbee (aptitude may be used instead of apt-get).

For the GPG key, copy-paste the following into your terminal

  • wget -O- https://code.bitlbee.org/debian/release.key | sudo apt-key add -

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