This post gives you instructions to download and install the latest release of SaltStack 2016.11(Latest) version in Ubuntu 14 (TRUSTY).

Execute the below command to import the SaltStack 2016.11.3 repository key,


$ sudo wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -

Save the below line to /etc/apt/sources.list.d/saltstack.list:

deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main

Execute the command to updates:

$ sudo apt-get update

Now, install the SaltStack 2016.11(Latest) packages in Ubuntu 14 (TRUSTY) - salt-minion, salt-master or other salt components,

$ sudo apt-get install salt-master

$ sudo apt-get install salt-minion

$ sudo apt-get install salt-ssh

$ sudo apt-get install salt-syndic

$ sudo apt-get install salt-cloud

$ sudo apt-get install salt-api

Start or Stop the above services,

$ sudo service [Salt-*] start

$ sudo service [Salt-*] stop

Restart all the upgraded services(Upgrade Only)

$ sudo systemctl restart salt-minion