How to Install ADB And Fastboot on Arch Manjaro Linux Easily

install adb and fastboot on arch linux


ADB and Fastboot are part of the Android SDK. When you install Android Studio both of them are installed. But they are not always used altogether with Android Studio. They are both handy and powerful tool to perform many advanced tasks on Android OS using a desktop.

There was a time if you needed ADB or Fastboot only, you had to install the huge package of Android SDK itself. But a long time ago Google started making these tools available in standalone packages. Meaning you don't need the whole SDK just to install and use these tools. So, I will be guiding you on how you can install ADB and Fastboot on your Arch or Manjaro system.

Read Also: Install ADB and Fastboot on Debian, Ubuntu, Mint and Other Debian based Linux.

Installing ADB and Fastboot are essentially easy on Windows and even on Linux distribution. You just need is know the name of the package form which the tools will be installed. I have already provided a guide on how to install these tools on Debian based Linux distributions. It's easy as that to install on Arch or Manjaro.


Steps To Install ADB And Fastboot on Arch or Manjaro 

  1. Before installing ADB and fastboot make sure your system is up to date by running the following command as root on your terminal.
    sudo pacman -Syyu
  2. After updating your system again,
    sudo pacman -S android-tools
  3. When asked hit enter to yes
  4. And you are done.
Now check if it is installed correctly or not by ADB command and Fastboot command on your terminal. You should get something like this.

adb running on arch linux

To list connected devices using ADB enter,
adb devices
If you get failed to start daemon error: cannot connect to daemon error, reboot your Linux system and try again.

Here's a video guide for you,



Hoping that this post will help a lot of new Arch/Manjaro users. If you faced any issues try to watch the video guide or comment below.  We would love to hear from you.

8 تعليقات

  1. everything is working on manjaro..
    thank you very much for making this Post.

    ردحذف
  2. Thanks for the instruction! On Arch Linux everything worked immediately and without any problems.

    ردحذف
  3. Hello, how can I owerhelm drive issue due to
    fastboot flash recovery twrp.img
    < waiting for any device >

    this error on manjaro & arch

    ردحذف
  4. How do you update to latest adb and fastboot

    ردحذف
  5. For the fastboot, I have recently joined the university of London but did not complete our essay by our hand so my friends suggest me for the https://www.lawessaywriters.co.uk/ this is the one od f the best UK essay writer for the high classes.

    ردحذف
  6. kerala lottery jackpot result provide a fascinating glimpse into the odds and probabilities inherent in such draws. Notably, the winning numbers show an interesting distribution, with a mix of high and low numbers, suggesting a truly random outcome. It's intriguing to see how certain number patterns, like consecutive numbers or numbers from the same decade, rarely appear

    ردحذف

  7. Installing ADB (Android Debug Bridge) and Fastboot on Arch Manjaro Linux is quite straightforward. Here's a step-by-step guide:

    Update Package Lists:
    Open your terminal emulator and update the package lists using the following command:

    Copy code
    sudo pacman -Syu
    Install ADB and Fastboot:
    Execute the following command to install ADB and Fastboot:

    Copy code
    sudo pacman -S android-tools
    Verify Installation:
    After the installation is complete, you can verify whether ADB and Fastboot have been installed correctly by running the following commands:

    css
    Copy code
    adb version
    fastboot --version
    These commands should display the versions of ADB and Fastboot if they have been installed successfully.

    Granting Permissions (Optional):
    If you encounter permission issues when using ADB or Fastboot, you might need to grant proper permissions. One way to do this is by creating a udev rule. Create a new file in /etc/udev/rules.d/ directory. For example:

    bash
    Copy code
    sudo nano /etc/udev/rules.d/51-android.rules
    Add the following line to the file, replacing YOUR_USERNAME with your actual username:

    makefile
    Copy code
    SUBSYSTEM=="usb", ATTR{idVendor}=="YOUR_DEVICE_VENDOR_ID", MODE="0666", GROUP="YOUR_USERNAME"
    You can find your device's vendor ID by executing lsusb command after connecting your device.

    Restart udev:
    After creating the rule, restart the udev service for the changes to take effect:

    css
    Copy code
    sudo udevadm control --reload-rules && sudo udevadm trigger
    Now, ADB and Fastboot should be installed and ready to use on your Arch Manjaro Linux system. You can use them for various tasks such as debugging, installing custom ROMs, or unlocking the
    a href="https://dev-kamrun-ruba-seo.pantheonsite.io/">kamrun seo</a

    ردحذف
أحدث أقدم