opentofu on AUR (Arch User Repository)

Last updated: July 02,2024

1. Install "opentofu" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install opentofu on Arch using YAY

$ yay -S opentofu

* (Optional) Uninstall opentofu on Arch using YAY

$ yay -Rns opentofu

2. Manually Install "opentofu" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone opentofu's git locally

$ git clone https://aur.archlinux.org/opentofu.git ~/opentofu

c. Go to ~/opentofu folder and install it

$ cd ~/opentofu $ makepkg -si

3. Information about the opentofu package on Arch User Repository (AUR)

ID: 1413848
Name: opentofu
PackageBaseID: 197779
PackageBase: opentofu
Version: 1.6.2-1
Description: Lets you declaratively manage your cloud infrastructure
URL: https://github.com/opentofu/opentofu
NumVotes: 18
Popularity: 3.907622
OutOfDate:
Maintainer: carsme
Submitter: tucho
FirstSubmitted: 1695236527
LastModified: 1708628494
URLPath: /cgit/aur.git/snapshot/opentofu.tar.gz

5. The same packages on other Linux Distributions