Answers for "download bluetooth on ubuntu"

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

ubuntu install bluetooth drivers

sudo apt-get install pulseaudio-module-bluetooth* ubuntu-desktop* unity-control-center*
Posted by: Guest on January-03-2022

Code answers related to "download bluetooth on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language