python-adb on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "python-adb" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-adb on Arch using YAY

$ yay -S python-adb

* (Optional) Uninstall python-adb on Arch using YAY

$ yay -Rns python-adb

2. Manually Install "python-adb" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-adb's git locally

$ git clone https://aur.archlinux.org/python-adb.git ~/python-adb

c. Go to ~/python-adb folder and install it

$ cd ~/python-adb $ makepkg -si

3. Information about the python-adb package on Arch User Repository (AUR)

ID: 536590
Name: python-adb
PackageBaseID: 128327
PackageBase: python-adb
Version: 1.3.0-1
Description: A pure Python implementation of the Android ADB and Fastboot protocols
URL: https://github.com/google/python-adb
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: ljmf00
FirstSubmitted: 1513988835
LastModified: 1534717404
URLPath: /cgit/aur.git/snapshot/python-adb.tar.gz