...
lsb_release --short --codenameYou will see your distribution (for example, on my system it shows xenial):xenial
Add the repository for your distribution (from the last command) to your APT sources by running the following command in your terminal.
For the Xenial distribution run:echo "deb https://goodwillcoding.github.io/salt16-debian-repository xenial main #Salt 16 Debian Repository" \ | sudo tee --append /etc/apt/sources.d/salt16-xenial.list
Import the Salt 16 Debian Repository Public GPG key (which was used to sign with repository) by running the following command in your terminal.
wget --quiet https://goodwillcoding.github.io/salt16-debian-repository/public.asc --output-document - \ | sudo apt-key add -
Now refresh your local repository index by running the following command in your terminal.
sudo apt-get update
The packages from this repository should now be available for installation. You can install any of them by running following command(s) in your terminal.
To install salt-master package run:sudo apt-get install salt-masterTo install salt-minion package run:sudo apt-get install salt-minion
dists | 2016-12-31 01:41 PST -0800 | |
pool | 2016-12-31 01:41 PST -0800 | |
public.asc | 2016-12-31 01:41 PST -0800 | 4.0K |
README.html | 2016-12-31 01:41 PST -0800 | 4.0K |