How to Install and Uninstall python3-intelhex.noarch Package on Fedora 39

Last updated: October 09,2024

1. Install "python3-intelhex.noarch" package

Please follow the step by step instructions below to install python3-intelhex.noarch on Fedora 39

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

2. Uninstall "python3-intelhex.noarch" package

Here is a brief guide to show you how to uninstall python3-intelhex.noarch on Fedora 39:

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

3. Information about the python3-intelhex.noarch package on Fedora 39

Last metadata expiration check: 4:13:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-intelhex
Version : 2.3.0
Release : 10.fc39
Architecture : noarch
Size : 92 k
Source : intelhex-2.3.0-10.fc39.src.rpm
Repository : fedora
Summary : A python3 library for manipulating Intel HEX file format
URL : https://github.com/python-intelhex/intelhex
License : BSD
Description : The Intel HEX file format is widely used in microprocessors and microcontrollers
: area (embedded systems etc) as the de facto standard for representation of code
: to be programmed into microelectronic devices.
:
: This work implements an intelhex Python library and a number of utilities to
: read, write, create from scratch and manipulate data from Intel HEX file format.
:
: The distribution package also includes several convenience Python scripts,
: including "classic" hex2bin and bin2hex converters and more, those based on the
: library itself. Check the docs to know more.