How To Install Salt-call?
Maintainer: Debian Salt Team
Email: [email protected] .
Website: http://saltstack.org/
Section: admin
Install salt-call
-
Debian
apt-get install salt-commonClick to copy -
Ubuntu
apt-get install salt-commonClick to copy -
Alpine OS
apk add saltClick to copy -
Arch Linux
pacman -S saltClick to copy -
Fedora
dnf install salt-minionClick to copy -
Raspbian
apt-get install salt-commonClick to copy -
macOS
brew install saltClick to copy
Invoke salt locally on a salt minion.
How to use salt-call?
Below are few example commands for salt-call that you can use in the terminal.
Perform a highstate on this minion:salt-call state.highstateClick to copyPerform a highstate dry-run, compute all changes but don't actually perform them:salt-call state.highstate test=trueClick to copyPerform a highstate with verbose debugging output:salt-call -l debug state.highstateClick to copyList this minion's grains:salt-call grains.itemsClick to copy
To install the latest version of salt-call in your favorite operating system just copy the salt-call installation command from above and paste it into terminal. It will download and install the latest version of salt-call 2026 package in your OS.




