- Installing OpenTofu
- Alpine Linux
Installing OpenTofu on Alpine Linux
OpenTofu is available in the Alpine Linux testing repository or as an .apk
package from the GitHub releases page.
Installing from the testing repository
OpenTofu is available in the Alpine Testing repository and can be installed from there:
apk add opentofu --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
Installing the .apk
You can also download the .apk and install it on your Alpine Linux. You can install the .apk
package after downloading it:
apk add --allow-untrusted tofu_*.apk