Here I leave the instructions to install SDK Platform Tools. You'll have adb (android debug bridge) and fastboot available, so depending on the manufacturer you can unlock your bootloader, install recoveries (twrp for example) or flash custom/stock ROMs with these programs.
https://developer.android.com/studio/releases/platform-tools
1. Download SDK Platform Tools from the link above
2. $ unzip platform-tools-latest-linux.zip
3. $ sudo mv platform-tools /usr/local/
4. $ sudo chown -R root:root /usr/local/platform-tools/
5. $ cd /usr/local/bin/
6. $ sudo ln -s /usr/local/platform-tools/adb
7. $ sudo ln -s /usr/local/platform-tools/fastboot
After those commands you'll have adb and fastboot available for all users. If you want to add more binaries, just make the proper symbolic links like above.
Compass.
Post last edited at