How to Install and Uninstall ampy.noarch Package on Fedora 34

Last updated: September 06,2024

1. Install "ampy.noarch" package

Please follow the steps below to install ampy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install ampy.noarch

2. Uninstall "ampy.noarch" package

Please follow the guidelines below to uninstall ampy.noarch on Fedora 34:

$ sudo dnf remove ampy.noarch $ sudo dnf autoremove

3. Information about the ampy.noarch package on Fedora 34

Last metadata expiration check: 4:43:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ampy
Version : 1.0.5
Release : 10.fc34
Architecture : noarch
Size : 32 k
Source : ampy-1.0.5-10.fc34.src.rpm
Repository : fedora
Summary : Command line tool to interact with a MicroPython board over a serial connection
URL : https://github.com/adafruit/ampy
License : MIT
Description : Adafruit MicroPython tool is a command line tool to interact with a MicroPython
: board over a serial connection.
:
: Ampy is meant to be a simple command line tool to manipulate files and run code
: on a MicroPython board over its serial connection. With ampy you can send files
: from your computer to a MicroPython board's file system, download files from a
: board to your computer, and even send a Python script to a board to be
: executed.
:
: Note that ampy by design is meant to be simple and does not support advanced
: interaction like a shell or terminal to send input to a board.