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

Last updated: October 11,2024

1. Install "python3-adb.noarch" package

Please follow the steps below to install python3-adb.noarch on Fedora 36

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

2. Uninstall "python3-adb.noarch" package

Please follow the step by step instructions below to uninstall python3-adb.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:04:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-adb
Version : 1.3.0
Release : 8.fc36
Architecture : noarch
Size : 66 k
Source : python-adb-1.3.0-8.fc36.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.