Answers for "bluetooth linux"

0

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.
Posted by: Guest on August-28-2020
0

bluetooth linux

sudo apt-get install bluez*
sudo apt-get install blueman
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
Posted by: Guest on June-19-2021
0

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.
Posted by: Guest on August-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language