Solved - ADB Devices fastboot Command not found error in Linux Ubuntu

Опубликовано: 10 Март 2026
на канале: HiLinuxOS
7,666
46

You can use the following commands in Ubuntu, Linux Mint, Mx Linux and other debian based Linux distributions to install adb and fastboot.

Error 1: bash: adb: command not found

Press ctrl+alt+t to launch Terminal

sudo apt install android-tools-adb
Or
sudo apt install adb


Error 2; bash: fastboot: command not found

sudo apt install fastboot
sudo apt install android-tools-fastboot