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