3

How can I install ddrescue for Ubuntu 20.04?

Parto
  • 15,647
wst
  • 87

2 Answers2

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
3

Found this guide for Ubuntu 18.04, but it also works for Ubuntu 20.04 version as well.

sudo add-apt-repository ppa:hamishmb/myppa
sudo apt update
sudo apt install ddrescue-gui
Parto
  • 15,647
wst
  • 87