How to install gddrescue on Ubuntu 20.04?
Mia Lopez
How can I install ddrescue for Ubuntu 20.04?
12 Answers
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 gddrescueThe 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.
7Found 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 1