How to Install and Uninstall android-tools-adb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "android-tools-adb" package

This guide covers the steps necessary to install android-tools-adb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install android-tools-adb

2. Uninstall "android-tools-adb" package

In this section, we are going to explain the necessary steps to uninstall android-tools-adb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove android-tools-adb $ sudo apt autoclean && sudo apt autoremove

3. Information about the android-tools-adb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: android-tools-adb
Priority: extra
Section: universe/devel
Installed-Size: 193
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: android-tools
Version: 5.1.1r36+git20160322-0ubuntu3
Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/a/android-tools/android-tools-adb_5.1.1r36+git20160322-0ubuntu3_amd64.deb
Size: 68240
MD5sum: 68222b2c6b0d12f9c1e153b10bd64731
SHA1: 7cdeae5602e9d50be8b5a32304ae4b58f34b6d07
SHA256: 7ac4f9f3ed1b1819d9bf036c4d49e37d8e520882f1d69c56757deba4d351be26
Description-en: Android Debug Bridge CLI tool
Android Debug Bridge (adb) is a versatile tool lets you manage the
state of an emulator instance or Android-powered device. It is a
client-server program that includes three components:
.
A client, which runs on your development machine. You can invoke a
client from a shell by issuing an adb command. Other Android tools such
as the ADT plugin and DDMS also create adb clients.
.
A server, which runs as a background process on your development
machine. The server manages communication between the client and the
adb daemon running on an emulator or device.
.
A daemon, which runs as a background process on each emulator or device
instance.
Description-md5: 30c66d9c45ba5672c226dad4b01cee1f
Homepage: http://developer.android.com/guide/developing/tools/adb.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-sdk