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

Last updated: September 29,2024

1. Install "python3-intelhex.noarch" package

Please follow the instructions below to install python3-intelhex.noarch on Fedora 38

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

2. Uninstall "python3-intelhex.noarch" package

This tutorial shows how to uninstall python3-intelhex.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:37:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-intelhex
Version : 2.3.0
Release : 8.fc38
Architecture : noarch
Size : 95 k
Source : intelhex-2.3.0-8.fc38.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.