Install munge
Installing munge package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install munge
munge package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | munge |
version | 0.5.12-1 |
description | authentication service to create and validate credentials |
subsection | admin |
website | dun.github.io / munge |
maintainer | Gennaro Oliva |
Uninstall munge
To remove just munge package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove munge
Uninstall munge and it’s dependent packages
To remove the munge package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove munge
Purging munge
If you also want to delete configuration and/or data files of munge from Debian Sid then this will work:
sudo apt-get purge munge
To delete configuration and/or data files of munge and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove munge