- Download the package and untar it.
wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz
tar xvf helm-v3.0.2-linux-amd64.tar.gz
- Move the package to the below location
mv linux-amd64/helm /usr/local/bin/helm3
bash-5.0# helm3 version --short
v3.0.2+g19e47ee
- Download the package and untar it.
wget https://get.helm.sh/helm-v2.16.9-linux-amd64.tar.gz
tar -xzvf helm-v2.16.9-linux-amd64.tar.gz
- Move the package to the below location
mv linux-amd64/helm /usr/local/bin/helm
bash-5.0# helm version --short
Client: v2.16.9+g8ad7037