uasm on AUR (Arch User Repository)

Last updated: June 07,2024

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

$ yay -S uasm

* (Optional) Uninstall uasm on Arch using YAY

$ yay -Rns uasm

2. Manually Install "uasm" via AUR

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

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

b. Clone uasm's git locally

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

c. Go to ~/uasm folder and install it

$ cd ~/uasm $ makepkg -si

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

ID: 1072285
Name: uasm
PackageBaseID: 139660
PackageBase: uasm
Version: 2.55-1
Description: A free MASM-compatible assembler based on JWasm
URL: http://www.terraspace.co.uk/uasm.html
NumVotes: 7
Popularity: 0.289366
OutOfDate:
Maintainer: post-factum
FirstSubmitted: 1550313799
LastModified: 1651011662
URLPath: /cgit/aur.git/snapshot/uasm.tar.gz