How to Install and Uninstall intelhex Package on openSuSE Tumbleweed

Last updated: May 29,2024

1. Install "intelhex" package

Please follow the steps below to install intelhex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install intelhex

2. Uninstall "intelhex" package

Please follow the guidelines below to uninstall intelhex on openSuSE Tumbleweed:

$ sudo zypper remove intelhex

3. Information about the intelhex package on openSuSE Tumbleweed

Information for package intelhex:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : intelhex
Version : 2.3.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 371.6 KiB
Installed : No
Status : not installed
Source package : intelhex-2.3.0-1.5.src
Upstream URL : https://github.com/bialix/intelhex
Summary : Library for Intel HEX Files Manipulations
Description :
Python implementation of Intel HEX file format allows you read, modify, write
hex files and convert them to binary form.
The Intel HEX file format widely used in microprocessors and microcontrollers
area as the de-facto standard for representation of code for programming
microelectronic devices.
This work implements an **intelhex** Python library to read, write,
create from scratch and manipulate data from HEX (also known as Intel HEX)
file format. These operations are provided by “IntelHex” class.
The distribution package also includes several convenience Python scripts
to do basic tasks that utilize this library. The “bin2hex.py” script
converts binary data to HEX, and the “hex2bin.py” works the other direction.
“hex2dump.py” converts data from HEX to a hexdump which is useful for
inspecting data, and “hexmerge.py” merges multiple HEX files into one.

5. The same packages on other Linux Distributions