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

Last updated: May 20,2024

1. Install "salt-ssh" package

Here is a brief guide to show you how to install salt-ssh on Kali Linux

$ sudo apt update $ sudo apt install salt-ssh

2. Uninstall "salt-ssh" package

In this section, we are going to explain the necessary steps to uninstall salt-ssh on Kali Linux:

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

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

Package: salt-ssh
Source: salt
Version: 3004.1+dfsg-2
Installed-Size: 68
Maintainer: Debian Salt Team
Architecture: all
Depends: salt-common (= 3004.1+dfsg-2), python3:any
Size: 31996
SHA256: efe55ca87b6d1a98228e741c174a231d2ce4c37d9527db8d1d4385a74dbc5836
SHA1: 54c27fda684853eb2d5e663512cf6eb77005ea30
MD5sum: f373c6f31184278dfea02f70116b06f8
Description: remote manager to administer servers via Salt SSH
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 ssh controller. It
is able to run salt modules and states on remote hosts via ssh.
No minion or other salt specific software needs to be installed
on the remote host.
Description-md5: 5116dab059f40916bcc42ffca6277b30
Homepage: https://saltproject.io/
Section: admin
Priority: optional
Filename: pool/main/s/salt/salt-ssh_3004.1+dfsg-2_all.deb