Home

Published

- 1 min read

how to configure bluetooth on ubuntu command line

img of how to configure bluetooth on ubuntu command line

The solution for this is noted below

how to configure bluetooth on ubuntu command line

Solution

   'If you are on Ubuntu or an Ubuntu-based distro, run the following: command:
'
    sudo apt-get install bluetooth bluez bluez-tools rfkill.
    sudo rfkill list.
    sudo rfkill unblock bluetooth.
    sudo service bluetooth start.
    sudo apt-get install blueman.

Try other methods by searching on the site. That is if this doesn’t work