How To Install Fastboot In Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?
fastboot
Install fastboot
-
Debian
apt-get install fastbootClick to copy -
Ubuntu
apt-get install fastbootClick to copy -
Arch Linux
pacman -S fastbootClick to copy -
Kali Linux
apt-get install fastbootClick to copy -
Fedora
dnf install fastbootClick to copy -
Raspbian
apt-get install fastbootClick to copy
Communicate with connected Android devices when in bootloader mode (the one place `adb` doesn't work).
How to use fastboot?
Below are few example commands for fastboot that you can use in the terminal.
Unlock the bootloader:fastboot oem unlockClick to copyRelock the bootloader:fastboot oem lockClick to copyReboot the device from fastboot mode into fastboot mode again:fastboot reboot bootloaderClick to copyFlash a given image:fastboot flash file.zipClick to copyFlash a custom recovery image:fastboot flash recovery file.imgClick to copyDisplay connected devices:fastboot devicesClick to copy
To install the latest version of fastboot in your favorite operating system just copy the fastboot installation command from above and paste it into terminal. It will download and install the latest version of fastboot 2026 package in your OS.




