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

Last updated: January 12,2025

1. Install "intelhex.noarch" package

This tutorial shows how to install intelhex.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install intelhex.noarch

2. Uninstall "intelhex.noarch" package

This is a short guide on how to uninstall intelhex.noarch on Fedora 36:

$ sudo dnf remove intelhex.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:19:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : intelhex
Version : 2.3.0
Release : 5.fc36
Architecture : noarch
Size : 17 k
Source : intelhex-2.3.0-5.fc36.src.rpm
Repository : fedora
Summary : Utilities 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.