Consul
Consul Enterprise Installation
Package manager
wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install consul-enterprise
Binary download
386
Version: 1.20.1+ent
Download
AMD64
Version: 1.20.1+ent
Download
ARM
Version: 1.20.1+ent
Download
ARM64
Version: 1.20.1+ent
Download
S390X
Version: 1.20.1+ent
Download
Note
Complete this tutorial to learn how to install and verify HashiCorp tools on any Linux distribution, and create a custom Linux container with verified HashiCorp tools.Binary download
AMD64
Version: 1.20.1+ent
Download
Official releases
All officially supported HashiCorp release channels and their security guarantees.
View all
(opens in new tab)Note
You can find the SHA256 checksums for Consul 1.20.1+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key. Complete this tutorial to learn how to install and verify HashiCorp tools on any Linux distribution.Note for ARM users
- Use Arm for all 32-bit systems
- Use Arm64 for all 64-bit architectures
The following commands can help determine the right version for your system:
$ uname -m
$ readelf -a /proc/self/exe | grep -q -c Tag_ABI_VFP_args && echo "armhf" || echo "armel"
Terms of use
The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.
Consul Tools
From this page you can download, review lease information and much more. These tools are maintained by HashiCorp and the Consul community
Explore