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

Last updated: July 07,2024

1. Install "python311-bmap-tools" package

This guide covers the steps necessary to install python311-bmap-tools on openSuSE Tumbleweed

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

2. Uninstall "python311-bmap-tools" package

Please follow the guidance below to uninstall python311-bmap-tools on openSuSE Tumbleweed:

$ sudo zypper remove python311-bmap-tools

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

Information for package python311-bmap-tools:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-bmap-tools
Version : 3.7-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 404.4 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".