dasm on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S dasm

* (Optional) Uninstall dasm on Arch using YAY

$ yay -Rns dasm

2. Manually Install "dasm" via AUR

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

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

b. Clone dasm's git locally

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

c. Go to ~/dasm folder and install it

$ cd ~/dasm $ makepkg -si

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

ID: 997603
Name: dasm
PackageBaseID: 118267
PackageBase: dasm
Version: 2.20.14.1-1
Description: A versatile macro assembler with support for several 8-bit microprocessors including 6502, 6507, 6803, HD6303, 68HC11, 68705, and F8
URL: https://dasm-assembler.github.io/
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: FryDay
Submitter: FryDay
FirstSubmitted: 1483057863
LastModified: 1638541396
URLPath: /cgit/aur.git/snapshot/dasm.tar.gz