How To Install dd_rescue on Fedora 36
Introduction
In this tutorial we learn how to install dd_rescue
on Fedora 36.
What is dd_rescue
ddrescue is a utility similar to the system utility “dd” which copies data from a file or block device to another. ddrescue 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, a wrapper script facilitating data recovery.
We can use yum
or dnf
to install dd_rescue
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dd_rescue.
Install dd_rescue on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install dd_rescue
using dnf
by running the following command:
Install dd_rescue on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install dd_rescue
using yum
by running the following command:
How To Uninstall dd_rescue on Fedora 36
To uninstall only the dd_rescue
package we can use the following command:
dd_rescue Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install dd_rescue
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).