Install nautilus-wipe
Installing nautilus-wipe package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nautilus-wipe
nautilus-wipe package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nautilus-wipe |
version | 0.2.1-1 |
description | Secure deletion extension for Nautilus |
subsection | utils |
website | wipetools.tuxfamily.org / nautilus-wipe.html |
maintainer | intrigeri |
Uninstall nautilus-wipe
To remove just nautilus-wipe package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nautilus-wipe
Uninstall nautilus-wipe and it’s dependent packages
To remove the nautilus-wipe package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nautilus-wipe
Purging nautilus-wipe
If you also want to delete configuration and/or data files of nautilus-wipe from Debian Sid then this will work:
sudo apt-get purge nautilus-wipe
To delete configuration and/or data files of nautilus-wipe and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nautilus-wipe