Install unworkable
Installing unworkable package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install unworkable
unworkable package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | unworkable |
version | 0.53-3+b1 |
description | efficient, simple and secure bittorrent client |
subsection | net |
website | code.google.com / p / unworkable / |
maintainer | Michael Stapelberg |
Uninstall unworkable
To remove just unworkable package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove unworkable
Uninstall unworkable and it’s dependent packages
To remove the unworkable package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove unworkable
Purging unworkable
If you also want to delete configuration and/or data files of unworkable from Debian Sid then this will work:
sudo apt-get purge unworkable
To delete configuration and/or data files of unworkable and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove unworkable