In situation where you just need Fastboot without needing to download the entire large-sized Android Studio, this section is right for you. This section guides you on how to install Fastboot in your computer system.
This section covers various operating systems in multiple section so please read only the one that is compatible to yours.
IMPORTANT NOTE
If you already installed Android Studio, use the fastboot program that comes with it. There is no point installing duplicated fastboot program in the same development machine.
If you're on Debian, you can use its native Fastboot program. It can be done easily using the following command:
$ apt install android-tools-fastboot -y
That's all for setting up Fastboot in your computer system.