logo
logo
Sign in

How To Install ADB and Fastboot on Ubuntu, Debian, Linux Mint

avatar
Barina Hoppe
How To Install ADB and Fastboot on Ubuntu, Debian, Linux Mint

If you're looking to install ADB Linux and Fastboot on Ubuntu, Debian, or Linux Mint, then this article is for you. We will help you install the Android SDK tools on Ubuntu, Debian, and Linux Mint.


The following tutorial will help you install ADB and Fastboot on Ubuntu, Debian, and Linux Mint. Android Debug Bridge is a command-line tool for controlling Android devices from the computer.


This tool is part of the Google Android SDK & can be used to execute shell commands, copy files to or from an Android device, or install or remove apps from an Android device. ADB also allows us to communicate with an Android smartphone from the system CLI.


On the other hand, Fastboot is a diagnostic tool used to change the contents of an android smartphone’s file system. You can use it to perform updates or perform installations, like flashing a custom bootloader or a ROM. An alternative to Recovery Mode, this mode is typically used for updating or installing software.


Install ADB and Fastboot On Ubuntu, Debian, and Linux Mint

The packages for ADB and Fastboot are available in the Ubuntu repositories by default, and you can do them quite easily. You can execute the following command in the terminal to install ADB and Fastboot on Ubuntu.

Tip: Try to avoid special symbols in titles and headings.

sudo apt-get install android-tools-fastboot android-tools-adb

As soon as the installation finishes, we can check if ADB is installed by running the following command to check its version.

adb version

To manually start the ADB, you can use

sudo adb start-server

In case you would to stop the ADB server; then you can use this command

sudo adb kill-server

It will manually stop the server, and any connection you have made will be aborted.

Quick Video Guide


https://youtu.be/iEScm_WQPFk


Install ADB and Fastboot On Ubuntu, Debian, and Linux Mint



collect
0
avatar
Barina Hoppe
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more