

To start the adb server, use the following command, Now once the installation finishes, we can make sure that adb is installed by executing the command to check it’s version,īy default, the ADB server is disabled & we need to start the adb server to start using it. $ sudo apt-get install android-tools-fastboot android-tools-adb So to install ADB & FastBoot on Ubuntu, we need to execute the following command from the system terminal,

Packages for both ADB & Fastboot are available in the default Ubuntu package repositories & we are not required to install any other repository for the same, thus making installation a bit easier. Recommended Read: Complete guide to install P圜harm on UbuntuĪlso Read: Complete guide to install NodeJS on Ubuntu We will only install the required things, so let’s start the tutorial. We can also install Google Android SDK and that will also install these on the system but if you are not planning for any android development, then you don’t really need the SDK & its very huge in size as well. In this tutorial, we are going to discuss how we can install ADB & Fastboot on Ubuntu systems.

It is used to perform updates or performs installations, like for example, flashing a ROM or a custom bootloader, etc.īoth of these tools are very important for Android Developers as well as Android Enthusiasts. It’s part of Google Android SDK as well.įastboot, on the other hand is basically a diagnostic tool used to make changes to the android smartphone file system by issuing commands from a system CLI, when the device is in bootloader mode. Using ADB, we can communicate with an Android smartphone from the system CLI. ADB or Android Debug Bridge is a way for a smartphone to communicate with PC.
