How to Install adb in Ubuntu 18.04



Install adb by entering the following commands in the terminal:

sudo apt update
sudo apt install adb

Description:

Android Debug Bridge

A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission.

Homepage: https://android.googlesource.com/platform/system/core

Version: 1:7.0.0+r33-2

Section: universe/devel