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

Last updated: September 22,2024

1. Install "ampy.noarch" package

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

$ sudo dnf update $ sudo dnf install ampy.noarch

2. Uninstall "ampy.noarch" package

Please follow the step by step instructions below to uninstall ampy.noarch on Fedora 35:

$ sudo dnf remove ampy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:36 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ampy
Version : 1.0.5
Release : 12.fc35
Architecture : noarch
Size : 32 k
Source : ampy-1.0.5-12.fc35.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.