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

Last updated: May 04,2024

1. Install "salt-minion" package

Please follow the guidance below to install salt-minion on Kali Linux

$ sudo apt update $ sudo apt install salt-minion

2. Uninstall "salt-minion" package

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

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

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

Package: salt-minion
Source: salt
Version: 3004.1+dfsg-2
Installed-Size: 118
Maintainer: Debian Salt Team
Architecture: all
Depends: dctrl-tools, 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: debconf-utils, dmidecode, e2fsprogs, fdisk
Suggests: python3-augeas
Size: 43840
SHA256: 76e74d8a121e9a3aaaa467e3496bada89b4a1c1002cf2fe947b8c67451dcf0d3
SHA1: 58c299e27f3feaaaa61faa382372617cd043bf77
MD5sum: 58adedc53fc7b515cb0d15d581a0c091
Description: client package for salt, the distributed remote execution system
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 worker / agent for salt.
Description-md5: 68cd9e3bef3cabf85260509cdfa84a15
Homepage: https://saltproject.io/
Section: admin
Priority: optional
Filename: pool/main/s/salt/salt-minion_3004.1+dfsg-2_all.deb