How to Install and Uninstall salt-master Package on Kali Linux

Last updated: May 22,2024

1. Install "salt-master" package

This guide covers the steps necessary to install salt-master on Kali Linux

$ sudo apt update $ sudo apt install salt-master

2. Uninstall "salt-master" package

Please follow the guidance below to uninstall salt-master on Kali Linux:

$ sudo apt remove salt-master $ sudo apt autoclean && sudo apt autoremove

3. Information about the salt-master package on Kali Linux

Package: salt-master
Source: salt
Version: 3004.1+dfsg-2
Installed-Size: 150
Maintainer: Debian Salt Team
Architecture: all
Depends: adduser, lsb-base (>= 3.0-6), python3-m2crypto | python3-pycryptodome | python3-crypto (>= 2.6), python3-systemd | sysvinit-core, python3-zmq (>= 13.1.0), salt-common (= 3004.1+dfsg-2), python3:any
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: python3-pygit2 | python3-git
Size: 59132
SHA256: d1104f3d41c3e2828764c750b3c0eeba3129bb2c1875b2993090371048414771
SHA1: 2f30cfa0aaf4d508a3534406460ee449f637d530
MD5sum: 067a79c624697dde1a8d3fa3b8eb7588
Description: remote manager to administer servers via salt
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the salt controller.
Description-md5: 36e948d6f2dba9c67d0fe58bcec6ff6a
Homepage: https://saltproject.io/
Section: admin
Priority: optional
Filename: pool/main/s/salt/salt-master_3004.1+dfsg-2_all.deb