xasm on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S xasm

* (Optional) Uninstall xasm on Arch using YAY

$ yay -Rns xasm

2. Manually Install "xasm" via AUR

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

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

b. Clone xasm's git locally

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

c. Go to ~/xasm folder and install it

$ cd ~/xasm $ makepkg -si

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

ID: 1253597
Name: xasm
PackageBaseID: 146149
PackageBase: xasm
Version: 3.2.1-2
Description: 6502 cross-assembler with original syntax extensions
URL: https://github.com/pfusik/xasm
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: marcinn
Submitter: marcinn
FirstSubmitted: 1572159102
LastModified: 1683375580
URLPath: /cgit/aur.git/snapshot/xasm.tar.gz