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

Last updated: September 20,2024

1. Install "python3-intelhex.noarch" package

In this section, we are going to explain the necessary steps to install python3-intelhex.noarch on Fedora 36

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

2. Uninstall "python3-intelhex.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-intelhex.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:24:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-intelhex
Version : 2.3.0
Release : 5.fc36
Architecture : noarch
Size : 72 k
Source : intelhex-2.3.0-5.fc36.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.