how to install bluetooth ubuntu code example
Example 1: ubuntu bluetooth not working
#turn bluetooth on:
sudo /etc/init.d/bluetooth restart
# make it automatic on boot
sudo systemctl enable bluetooth
Example 2: how to configure bluetooth on ubuntu command line
'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.