Skip to content
Christopher Schramm edited this page Dec 23, 2018 · 25 revisions

Arch Linux

Official blueman package

Official git snapshot package: blueman-git

Debian GNU/Linux

Official blueman package

Third-party APT repository with git snapshot versions.

First install curl and apt-transport-https: apt-get install apt-transport-https curl.

Then add the public key to apt: curl https://cschramm.eu/blueman/debian/blueman.gpg.key | sudo apt-key add -

Next you need to add the sources to /etc/apt/sources.list. Pick the right Python version depending on your distribution.

Python 3.5 (Debian 9 stretch, Ubuntu 14.04, Ubuntu 16.04, Linux Mint 17, Linux Mint 18):

deb https://cschramm.eu/blueman/debian/ python3.5 main
deb-src https://cschramm.eu/blueman/debian/ python3.5 main

Python 3.6 (Ubuntu 18.04, Ubuntu 18.10, Linux Mint 19):

deb https://cschramm.eu/blueman/debian/ python3.6 main
deb-src https://cschramm.eu/blueman/debian/ python3.6 main

Python 3.7 (Debian 10 buster, Ubuntu 19.04):

deb https://cschramm.eu/blueman/debian/ python3.6 main
deb-src https://cschramm.eu/blueman/debian/ python3.6 main

Fedora

Official blueman package

Gentoo Linux

Official net-wireless/blueman package

blueman-9999.ebuild builds git snapshots.

Linux Mint

Official blueman package (from Ubuntu)

See Debian for git snapshots.

Mageia

Official blueman package

openSUSE

Official blueman package

ROSA

Official blueman package

Slackware

Official blueman package

Ubuntu

Official blueman package

See Debian for git snapshots.

Clone this wiki locally