dockfmt on AUR (Arch User Repository)

Last updated: November 07,2024

1. Install "dockfmt" 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 dockfmt on Arch using YAY

$ yay -S dockfmt

* (Optional) Uninstall dockfmt on Arch using YAY

$ yay -Rns dockfmt

2. Manually Install "dockfmt" via AUR

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

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

b. Clone dockfmt's git locally

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

c. Go to ~/dockfmt folder and install it

$ cd ~/dockfmt $ makepkg -si

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

ID: 631377
Name: dockfmt
PackageBaseID: 143757
PackageBase: dockfmt
Version: v0.3.3-1
Description: Dockerfile format and parser. Like `gofmt` but for Dockerfiles.
URL: https://github.com/jessfraz/dockfmt
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: keur
Submitter: keur
FirstSubmitted: 1563740651
LastModified: 1563740875
URLPath: /cgit/aur.git/snapshot/dockfmt.tar.gz