Answers for "connect to bluetooth on linux"

1

turn on bluetooth terminal linux

rfkill unblock bluetooth
Posted by: Guest on November-18-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

Code answers related to "connect to bluetooth on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language