How to Install and Uninstall bmap-tools.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "bmap-tools.noarch" package

In this section, we are going to explain the necessary steps to install bmap-tools.noarch on Oracle Linux 9

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

2. Uninstall "bmap-tools.noarch" package

Please follow the step by step instructions below to uninstall bmap-tools.noarch on Oracle Linux 9:

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

3. Information about the bmap-tools.noarch package on Oracle Linux 9

Last metadata expiration check: 1:30:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bmap-tools
Version : 3.6
Release : 4.el9
Architecture : noarch
Size : 12 k
Source : bmap-tools-3.6-4.el9.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 : 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 files, like raw
: system image files, can be copied or flashed a lot faster and more reliably
: with bmaptool than with traditional tools, like dd or cp.
:
: Bmaptool was originally created for the "Tizen IVI" project and it was used for
: flashing system images to USB sticks and other block devices. Bmaptool can also
: be used for general image flashing purposes, for example, flashing Fedora Linux
: OS distribution images to USB sticks.