“Bluetooth Linux” Ответ

Как настроить Bluetooth в командной строке Ubuntu

'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.
Horrible Hoopoe

Bluetooth Linux

sudo apt-get install bluez*
sudo apt-get install blueman
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
mr.salehi

Как настроить Bluetooth в командной строке Ubuntu

#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.
Horrible Hoopoe

Ответы похожие на “Bluetooth Linux”

Вопросы похожие на “Bluetooth Linux”

Больше похожих ответов на “Bluetooth Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования