mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
16 lines
442 B
Text
16 lines
442 B
Text
---
|
|
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).
|