Install ADB Setup on Linux Machine
To setup ADB on Linux device, follow these steps:
Open Terminal on your Linux machine.
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.