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

Last updated: May 19,2024

1. Install "ampy.noarch" package

Please follow the step by step instructions below to install ampy.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install ampy.noarch

2. Uninstall "ampy.noarch" package

Please follow the guidance below to uninstall ampy.noarch on Fedora 36:

$ sudo dnf remove ampy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:08:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ampy
Version : 1.0.5
Release : 13.fc36
Architecture : noarch
Size : 31 k
Source : ampy-1.0.5-13.fc36.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.