Back to Opentofu

Installing OpenTofu on FreeBSD

website/docs/intro/install/bsd.mdx

1.11.6735 B
Original Source

import CodeBlock from '@theme/CodeBlock'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import ApkConvenienceScript from '!!raw-loader!./examples/alpine-convenience.sh' import ApkManualScript from '!!raw-loader!./examples/alpine-manual.sh'

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

bash
pkg update -f
pkg install opentofu

Installing the port

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