Salt (stable) is currently available via the Arch Linux Official repositories. There are currently -git packages available in the Arch User repositories (AUR) as well.
Install Salt stable releases from the Arch Linux Official repositories as follows:
pacman -S salt-zmq
To install Salt stable releases using the RAET protocol
,
use the following:
pacman -S salt-raet
注解
transports
Unlike other linux distributions, please be aware that Arch Linux's package manager pacman defaults to RAET as the Salt transport. If you want to use ZeroMQ instead, make sure to enter the associated number for the salt-zmq repository when prompted.
安装bleeding edge版本的salt(包含很多bug!),使用-git package。安装 -git package方法如下:
wget https://aur.archlinux.org/packages/sa/salt-git/salt-git.tar.gz
tar xf salt-git.tar.gz
cd salt-git/
makepkg -is