Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by www.maketecheasier.com #
 
PREVIOUS NEXT
Tagged: #configure #bluetooth #ubuntu #command #line
ADD COMMENT
Topic
Name
7+7 =