How can I install ddrescue for Ubuntu 20.04?
Asked
Active
Viewed 2.1k times
2 Answers
5
To install GNU ddrescue command-line tool in all currently supported versions of Ubuntu open the terminal and type:
sudo apt update
sudo apt install gddrescue
The gddrescue tool copies data from one file or block device (hard disk, CD-ROM, etc.) to another, trying hard to rescue data in case of read errors.
karel
- 122,292
- 133
- 301
- 332