How to Install and Uninstall intelhex Package on openSUSE Leap
Last updated: November 08,2024
1. Install "intelhex" package
This guide covers the steps necessary to install intelhex on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
intelhex
Copied
2. Uninstall "intelhex" package
This guide let you learn how to uninstall intelhex on openSUSE Leap:
$
sudo zypper remove
intelhex
Copied
3. Information about the intelhex package on openSUSE Leap
Information for package intelhex:
---------------------------------
Repository : Main Repository
Name : intelhex
Version : 2.2.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 282.2 KiB
Installed : No
Status : not installed
Source package : intelhex-2.2.1-bp155.2.10.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.
---------------------------------
Repository : Main Repository
Name : intelhex
Version : 2.2.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 282.2 KiB
Installed : No
Status : not installed
Source package : intelhex-2.2.1-bp155.2.10.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.