You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Terraform and Nomad through deb-get, they both add the same HashiCorp repository, but in different files.
This means that you can install Nomad by installing Terraform through deb-get and then plain apt to install other HashiCorp tools (Nomad, Consul, Waypoint). Waypoint and Nomad are not in deb-get, but can be installed as a result of adding the HashiCorp repository by installing Nomad or Terraform through deb-get.
deb-get install terraform
# this works because installing Terraform adds the HashiCorp apt repository
apt-get install waypoint -y
How to reproduce
Install Terraform through deb-get
deb-get install terraform
Install Nomad through deb-get
deb-get install nomad
Output of deb-get install nomad
deb [arch=amd64] https://apt.releases.hashicorp.com focal main
Hit:1 https://packages.microsoft.com/repos/microsoft-ubuntu-focal-prod focal InRelease
Hit:2 https://apt.releases.hashicorp.com focal InRelease
Hit:3 https://dl.yarnpkg.com/debian stable InRelease
Hit:4 https://repo.anaconda.com/pkgs/misc/debrepo/conda stable InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:8 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:9 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease
Reading package lists...
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
Selecting previously unselected package nomad.
(Reading database ... 68620 files and directories currently installed.)
Preparing to unpack .../nomad_1.4.3-1_amd64.deb ...
Unpacking nomad (1.4.3-1) ...
Setting up nomad (1.4.3-1) ...
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/nomad.list:1 and /etc/apt/sources.list.d/terraform.list:1
When trying to fix this, turns out it is already in main and fixed by #643 which has not been released.
The text was updated successfully, but these errors were encountered:
When installing
Terraform
andNomad
throughdeb-get
, they both add the same HashiCorp repository, but in different files.This means that you can install
Nomad
by installingTerraform
throughdeb-get
and then plainapt
to install other HashiCorp tools (Nomad
,Consul
,Waypoint
).Waypoint
andNomad
are not indeb-get
, but can be installed as a result of adding theHashiCorp
repository by installingNomad
orTerraform
throughdeb-get
.How to reproduce
Install Terraform through
deb-get
Install Nomad through
deb-get
Output of
deb-get install nomad
When trying to fix this, turns out it is already in main and fixed by #643 which has not been released.
The text was updated successfully, but these errors were encountered: