How to Install and Uninstall python3-adb.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "python3-adb.noarch" package

Please follow the instructions below to install python3-adb.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-adb.noarch

2. Uninstall "python3-adb.noarch" package

Please follow the guidelines below to uninstall python3-adb.noarch on Fedora 35:

$ sudo dnf remove python3-adb.noarch $ sudo dnf autoremove

3. Information about the python3-adb.noarch package on Fedora 35

Last metadata expiration check: 0:41:23 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-adb
Version : 1.3.0
Release : 7.fc35
Architecture : noarch
Size : 66 k
Source : python-adb-1.3.0-7.fc35.src.rpm
Repository : fedora
Summary : Python implementation of the Android ADB and Fastboot protocols
URL : https://github.com/google/python-adb
License : ASL 2.0
Description : This module contains a pure Python implementation of the Android ADB and
: Fastboot protocols, using libusb1 for USB communications. This is a complete
: replacement and rearchitecture of the Android project's ADB and fastboot code
: available at code is mainly targeted to users that need to communicate with
: Android devices in an automated fashion, such as in automated testing.