I am using a "live" version of Ubuntu on my computer, 20.04LTS. I want to install DDrescue. I have run these terminal commands in order:
sudo add-apt-repository universe
sudo apt update
sudo apt install gddrescue
I get this back:
The following packages have unmet dependencies:
ddrescue-gui : Depends: python-wxtools but it is not going to be installed
Depends: python2.7 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
What do I do now? I tried "sudo install python-wxtools" and "sudo install python2.7" and both don't work.
I have 0 experience with linux and it is frustrating the heck out of me.