Tuesday 23 August 2016

Install adb and fastboot(without whole sdk) on kali/ubuntu.

To install adb and fastboot without installing whole android sdk on kali you need to follow these step:

  • open terminal 
  • type:
  • apt-get install android-tools-adb android-tools-fastboot

it will install adb and fastboot on your debian system

for working properly adb and fastboot make sure your system have proper repositories installed.

if you have problem running adb and fastboot then tryt o install ib32stdc++6 by following command:

apt-get install lib32stdc++6 lib32z1 lib32z1-dev
 
 
 
it will solve your problem.
 
 

2 comments:

  1. Thank you for this post. I have been seriously frustrated by hitting snags of over complication of every weird step described in tutorial or blog. Hero status achievement unlocked! Again Thank you for being real.

    ReplyDelete
  2. apt-get install android-tools-adb android-tools-fastboot...Bro when iam typing this command it says unable to locate package.

    ReplyDelete