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

Last updated: October 06,2024

1. Install "uflash.noarch" package

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

$ sudo dnf update $ sudo dnf install uflash.noarch

2. Uninstall "uflash.noarch" package

This guide covers the steps necessary to uninstall uflash.noarch on Fedora 34:

$ sudo dnf remove uflash.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:12:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : uflash
Version : 1.2.1
Release : 9.fc34
Architecture : noarch
Size : 244 k
Source : uflash-1.2.1-9.fc34.src.rpm
Repository : fedora
Summary : A module and utility to flash Python onto the BBC micro:bit
URL : https://github.com/ntoll/uflash
License : MIT
Description : A utility for flashing the BBC micro:bit with Python scripts and the
: MicroPython runtime. You pronounce the name of this utility "micro-flash". ;-)
: It provides two services. A library of functions to programatically create a
: hex file and flash it onto a BBC micro:bit. A command line utility called
: uflash that will flash Python scripts onto a BBC micro:bit.