How to Install and Uninstall bmap-tools.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "bmap-tools.noarch" package

Please follow the step by step instructions below to install bmap-tools.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "bmap-tools.noarch" package

Here is a brief guide to show you how to uninstall bmap-tools.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the bmap-tools.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:19:30 ago on Mon Feb 26 15:59:38 2024.
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.