mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-23 20:02:34 -05:00
17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
---
|
|
sidebar_position: 6
|
|
sidebar_label: Snapcraft (Linux)
|
|
description: |-
|
|
Install OpenTofu on via Snap
|
|
---
|
|
|
|
# Installing OpenTofu via Snapcraft (Linux)
|
|
|
|
OpenTofu is available on [Snapcraft](https://snapcraft.io/) and you can install it by running:
|
|
|
|
```bash
|
|
snap install --classic opentofu
|
|
```
|
|
|
|
Snap is available by default on Ubuntu Linux and [can be installed on other Linux distributions, too](https://snapcraft.io/docs/installing-snapd).
|