fastboot

Communicate with connected Android devices when in bootloader mode (the one place adb doesn't work). More information: <https://cs.android.com/android/platform/superproject/+/main:system/core/fastboot>.

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