Install moonshot-gss-eap
Installing moonshot-gss-eap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install moonshot-gss-eap
moonshot-gss-eap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | moonshot-gss-eap |
version | 0.9.5-1+b1 |
description | Moonshot Federated Authentication – authentication mechanism |
subsection | net |
website | project-moonshot.org |
maintainer | Sam Hartman |
Uninstall moonshot-gss-eap
To remove just moonshot-gss-eap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove moonshot-gss-eap
Uninstall moonshot-gss-eap and it’s dependent packages
To remove the moonshot-gss-eap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove moonshot-gss-eap
Purging moonshot-gss-eap
If you also want to delete configuration and/or data files of moonshot-gss-eap from Debian Sid then this will work:
sudo apt-get purge moonshot-gss-eap
To delete configuration and/or data files of moonshot-gss-eap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove moonshot-gss-eap