How to Install and Uninstall python310-bmap-tools Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python310-bmap-tools" package

This tutorial shows how to install python310-bmap-tools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-bmap-tools

2. Uninstall "python310-bmap-tools" package

Please follow the steps below to uninstall python310-bmap-tools on openSuSE Tumbleweed:

$ sudo zypper remove python310-bmap-tools

3. Information about the python310-bmap-tools package on openSuSE Tumbleweed

Information for package python310-bmap-tools:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-bmap-tools
Version : 3.7-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 324.8 KiB
Installed : No
Status : not installed
Source package : bmap-tools-3.7-1.1.src
Upstream URL : https://github.com/yoctoproject/bmaptool
Summary : Tools to generate block map (AKA bmap) and flash images using bmap
Description :
Bmaptool is a generic tool for creating the block map (bmap) for a file, and copying files
using the block map. The idea is that large file containing unused blocks, like
raw system image files, can be copied or flashed a lot faster with bmaptool
than with traditional tools like "dd" or "cp".