How to Install and Uninstall python3-bmap-tools Package on openSUSE Leap

Last updated: June 06,2024

1. Install "python3-bmap-tools" package

In this section, we are going to explain the necessary steps to install python3-bmap-tools on openSUSE Leap

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

2. Uninstall "python3-bmap-tools" package

Please follow the instructions below to uninstall python3-bmap-tools on openSUSE Leap:

$ sudo zypper remove python3-bmap-tools

3. Information about the python3-bmap-tools package on openSUSE Leap

Information for package python3-bmap-tools:
-------------------------------------------
Repository : Main Repository
Name : python3-bmap-tools
Version : 3.6-bp155.2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 345.2 KiB
Installed : No
Status : not installed
Source package : bmap-tools-3.6-bp155.2.6.src
Upstream URL : https://github.com/intel/bmap-tools
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".