How to Install and Uninstall munge Package on Kali Linux

Last updated: May 18,2024

1. Install "munge" package

Learn how to install munge on Kali Linux

$ sudo apt update $ sudo apt install munge

2. Uninstall "munge" package

Please follow the guidelines below to uninstall munge on Kali Linux:

$ sudo apt remove munge $ sudo apt autoclean && sudo apt autoremove

3. Information about the munge package on Kali Linux

Package: munge
Source: munge (0.5.15-3)
Version: 0.5.15-3+b1
Installed-Size: 389
Maintainer: Gennaro Oliva
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libmunge2 (= 0.5.15-3+b1), zlib1g (>= 1:1.1.4), adduser
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 106552
SHA256: e0ce79e5b8123506546795c0423d19bc5bef8ca94cad0eaa994a4bc1a896c76b
SHA1: a9d64b4eb2f2be2bf50269556eeba223a40a53bc
MD5sum: 5343e1c63dae35afb057d0ede46b5e39
Description: authentication service to create and validate credentials
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It allows a process
to authenticate the UID and GID of another local or remote
process within a group of hosts having common users and groups.
These hosts form a security realm that is defined by a shared
cryptographic key.
.
A process creates a credential by requesting one from the local
MUNGE service. The encoded credential contains the UID and GID
of the originating process. This process sends the credential to
another process within the security realm as a means of proving its
identity. The receiving process validates the credential with the
use of its local MUNGE service. The decoded credential provides
the receiving process with a reliable means of ascertaining the
UID and GID of the originating process, and this information can
be used for accounting or access control decisions.
.
Clients can create and validate these credentials without the use
of root privileges, reserved ports, or platform-specific methods.
Description-md5:
Homepage: https://dun.github.io/munge
Tag: implemented-in::c, role::program, security::authentication
Section: admin
Priority: optional
Filename: pool/main/m/munge/munge_0.5.15-3+b1_amd64.deb