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

Last updated: October 04,2024

1. Install "python3-intelhex.noarch" package

Learn how to install python3-intelhex.noarch on Fedora 34

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

2. Uninstall "python3-intelhex.noarch" package

Please follow the guidance below to uninstall python3-intelhex.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:08:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-intelhex
Version : 2.3.0
Release : 2.fc34
Architecture : noarch
Size : 72 k
Source : intelhex-2.3.0-2.fc34.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.