Answers for "how to configure bluetooth on ubuntu command line"

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

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 "how to configure bluetooth on ubuntu command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language