How to Install and Uninstall bmap-tools.noarch Package on Rocky Linux 8

Last updated: May 06,2024

1. Install "bmap-tools.noarch" package

Learn how to install bmap-tools.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install bmap-tools.noarch

2. Uninstall "bmap-tools.noarch" package

Please follow the guidance below to uninstall bmap-tools.noarch on Rocky Linux 8:

$ sudo dnf remove bmap-tools.noarch $ sudo dnf autoremove

3. Information about the bmap-tools.noarch package on Rocky Linux 8

Last metadata expiration check: 2:19:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : bmap-tools
Version : 3.5
Release : 2.el8
Architecture : noarch
Size : 11 k
Source : bmap-tools-3.5-2.el8.src.rpm
Repository : epel
Summary : Tools to generate and flash sparse images using the "block map" (bmap) format
URL : https://github.com/intel/bmap-tools
License : GPLv2+
Description : Tools to generate "block map" (a.k.a. bmap) files and flash images. 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". See
: https://source.tizen.org/documentation/reference/bmaptool for more information.