How to Install and Uninstall android-tools.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "android-tools.x86_64" package

Please follow the step by step instructions below to install android-tools.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install android-tools.x86_64

2. Uninstall "android-tools.x86_64" package

This tutorial shows how to uninstall android-tools.x86_64 on Fedora 36:

$ sudo dnf remove android-tools.x86_64 $ sudo dnf autoremove

3. Information about the android-tools.x86_64 package on Fedora 36

Last metadata expiration check: 5:45:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : android-tools
Epoch : 1
Version : 31.0.2
Release : 3.fc36
Architecture : x86_64
Size : 1.5 M
Source : android-tools-31.0.2-3.fc36.src.rpm
Repository : fedora
Summary : Android platform tools(adb, fastboot)
URL : http://developer.android.com/guide/developing/tools/
License : ASL 2.0 and (ASL 2.0 and BSD)
Description :
: The Android Debug Bridge (ADB) is used to:
:
: - keep track of all Android devices and emulators instances
: connected to or running on a given host developer machine
:
: - implement various control commands (e.g. "adb shell", "adb pull", etc.)
: for the benefit of clients (command-line users, or helper programs like
: DDMS). These commands are what is called a 'service' in ADB.
:
: Fastboot is used to manipulate the flash partitions of the Android phone.
: It can also boot the phone using a kernel image or root filesystem image
: which reside on the host machine rather than in the phone flash.
: In order to use it, it is important to understand the flash partition
: layout for the phone.
: The fastboot program works in conjunction with firmware on the phone
: to read and write the flash partitions. It needs the same USB device
: setup between the host and the target phone as adb.