adb

Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. Some subcommands such as adb shell have their own usage documentation. More information: <https://developer.android.com/studio/command-line/adb>.

Debian Debian
RUN apt-get update && \ apt-get install -y adb
Ubuntu
RUN apt-get update && \ apt-get install -y adb
Arch Arch Linux
RUN pacman -S --noconfirm adb
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y adb
Fedora
RUN dnf install -y adb
Raspbian
RUN apt-get update && \ apt-get install -y adb
click the source code to copy install adb on any operating system with command-not-found.com