bluetoothd

Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

Debian Debian
RUN apt-get update && \ apt-get install -y bluez
Ubuntu
RUN apt-get update && \ apt-get install -y bluez
Alpine
RUN apk add bluez
Arch Arch Linux
RUN pacman -S --noconfirm bluez
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y bluez
CentOS
RUN yum install -y bluez
Fedora
RUN dnf install -y bluez
Raspbian
RUN apt-get update && \ apt-get install -y bluez
click the source code to copy install bluetoothd on any operating system with command-not-found.com