Install webauth-utils
Installing webauth-utils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install webauth-utils
webauth-utils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | webauth-utils |
version | 4.7.0-3+b2 |
description | Command-line utilities for WebAuth authentication |
subsection | web |
website | webauth.stanford.edu |
maintainer | Russ Allbery |
Uninstall webauth-utils
To remove just webauth-utils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove webauth-utils
Uninstall webauth-utils and it’s dependent packages
To remove the webauth-utils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove webauth-utils
Purging webauth-utils
If you also want to delete configuration and/or data files of webauth-utils from Debian Sid then this will work:
sudo apt-get purge webauth-utils
To delete configuration and/or data files of webauth-utils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove webauth-utils