Skip to main content

Installing OpenTofu on FreeBSD

OpenTofu is available for FreeBSD and can be installed using the pkg and port system or by downloading the package directly.

Installing using the pkg​

Code Block
pkg update -f
pkg install opentofu

Installing the port​

Code Block
portsnap fetch extract
make -C /usr/ports/sysutils/opentofu install clean