Tag Archives: bluetooth

How to install latest Blueman 2.4.3 on Ubuntu 24.04

1. Download the latest release source code from https://github.com/blueman-project/blueman/releases/download/2.4.3/blueman-2.4.3.tar.gz

2. Extract it with your favorite editor or using the command line


tar -xzvf <a href="https://github.com/blueman-project/blueman/releases/download/2.4.3/blueman-2.4.3.tar.gz" target="_blank" rel="noopener">blueman-2.4.3.tar.gz</a>

3. Install dependencies


cd blueman-2.4.3
sudo apt install libglib2.0-dev libbluetooth-dev bluez-tools cython3 python-gi-dev

4. Install the app itself


./configure --prefix="$HOME/.local" --datadir="/usr/share" &amp;amp;&amp;amp; sudo make &amp;amp;&amp;amp; sudo make install

5. Launch the app from the shortcut in the start menu (or dash)

test