How to Install and Uninstall dd_rescue.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "dd_rescue.x86_64" package

This guide let you learn how to install dd_rescue.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install dd_rescue.x86_64

2. Uninstall "dd_rescue.x86_64" package

Please follow the guidance below to uninstall dd_rescue.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove dd_rescue.x86_64 $ sudo dnf autoremove

3. Information about the dd_rescue.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:05:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : dd_rescue
Version : 1.99.12
Release : 3.el8
Architecture : x86_64
Size : 204 k
Source : dd_rescue-1.99.12-3.el8.src.rpm
Repository : epel
Summary : Fault tolerant "dd" utility for rescuing data from bad media
URL : http://www.garloff.de/kurt/linux/ddrescue/
License : GPL+
Description : The dd_rescue is a utility similar to the system utility "dd" which copies
: data from a file or block device to another. The dd_rescue does however
: not abort on errors in the input file. This makes it suitable for
: rescuing data from media with errors, e.g. a disk with bad sectors.
:
: This package includes dd_rhelp wrapper script facilitating data
: recovery. It is trying to make it so simple to recover as:
: dd_rhelp source target
:
: Please note Fedora ships also GNU ddrescue, which probably gives
: faster and more reliable results rescuing whole disks.
: But still there might be some niche pattern of bad sectors,
: which might get better covered by dd_rescue and both tools
: might be used with sub-sequent runs cooperatively on the same disk image.