sudo apt-get install adb
# brew
`brew install android-platform-tools`
# apt-get
`apt-get install adb`
# windows nexustools via powershell
`iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.ps1'))`
# official zip
`https://developer.android.com/studio/releases/platform-tools`
this is not possible