Install ADB on the Linux Machine
To setup ADB on Linux device, follow these steps:
1. Open Terminal on your Linux machine.
2. Execute one of the following commands based on the Linux system from where you want to complete the installation of ADB on your system:
a. Debian-based Linux users can type the following command to install ADB:
sudo apt-get install adb
b. Fedora/SUSE-based Linux users can type the following command to install ADB:
sudo yum install android-tools
The next step is to Set up the Android devices.