Score:-1

Install Terraform on Kubuntu 22.10

cn flag

I need help installing Terraform on Kubuntu 22.10 Kinetic.

There is no Kinetic(22.10) on Hashicorp website

I do not want to use snapd version either because I am afraid it will not work properly. I maybe wrong on this

krillavilla avatar
cn flag
Sorry about it. I figure it out. I went back to website and did manual install. PPA saying there no "kinetic" version for TerraForm
Score:0
cn flag

I play dumb.

Instead let $(lsb_release -cs) run and fill with kinetic (22.10), that does not exists yet at hashicorp repo, i manually add jammy to force use packages from 20.04... and i got success install

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

echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
    https://apt.releases.hashicorp.com jammy main" | \
    sudo tee /etc/apt/sources.list.d/hashicorp.list

Can this create problem i do not know? Yes!

Can i solve later? yes :)

desktop:~$ terraform --version
Terraform v1.3.5
on linux_amd64
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.