asmfmt on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S asmfmt

* (Optional) Uninstall asmfmt on Arch using YAY

$ yay -Rns asmfmt

2. Manually Install "asmfmt" via AUR

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

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

b. Clone asmfmt's git locally

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

c. Go to ~/asmfmt folder and install it

$ cd ~/asmfmt $ makepkg -si

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

ID: 1061778
Name: asmfmt
PackageBaseID: 165378
PackageBase: asmfmt
Version: 1.3.2-1
Description: Format your assembler code in a similar way that gofmt formats your Go code.
URL: https://github.com/klauspost/asmfmt
NumVotes: 1
Popularity: 7.1E-5
OutOfDate:
Maintainer: arnottcr
Submitter: arnottcr
FirstSubmitted: 1617878040
LastModified: 1649149324
URLPath: /cgit/aur.git/snapshot/asmfmt.tar.gz