Install myrescue
Installing myrescue package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install myrescue
myrescue package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | myrescue |
version | 0.9.4-7 |
description | rescue data from damaged disks |
subsection | utils |
website | myrescue.sf.net |
maintainer | Debian Forensics |
Uninstall myrescue
To remove just myrescue package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove myrescue
Uninstall myrescue and it’s dependent packages
To remove the myrescue package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove myrescue
Purging myrescue
If you also want to delete configuration and/or data files of myrescue from Debian Sid then this will work:
sudo apt-get purge myrescue
To delete configuration and/or data files of myrescue and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove myrescue