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

Last updated: October 05,2024

1. Install "python3-adb.noarch" package

This is a short guide on how to install python3-adb.noarch on Fedora 34

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

2. Uninstall "python3-adb.noarch" package

Please follow the steps below to uninstall python3-adb.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:31:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-adb
Version : 1.3.0
Release : 5.fc34
Architecture : noarch
Size : 65 k
Source : python-adb-1.3.0-5.fc34.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.