As a sequel of the Nomad installation series today I’m going to shed some light on how to install Nomad on every Debian-based distro. The installation process is quick and easy and the steps will be explained in neat order.
Prerequisites
- Debian-based bash environment
- sudo privileges
Install Nomad on Debian-based distro
Step 1. Update system packages and add the HashiCorp gpg
key.
sudo apt-get update
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
Step 2. Next step is to add the HashiCorp repo.
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
Step 3. Once again update the packages to fetch the latest Nomad version from the HashiCorp repo.
sudo apt-get update
Step 4. To install it, run:
sudo apt-get install nomad
Step 5. To verify the version and installation, run:
nomad --version
Conclusion
We are going to cover the Nomad installations on all popular Linux distros, however, if you have some concerns regarding Nomad, please leave a comment below. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.