Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to install gddrescue on Ubuntu 20.04?

Writer Mia Lopez

How can I install ddrescue for Ubuntu 20.04?

1

2 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 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.

7

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
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy