libdisasm on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S libdisasm

* (Optional) Uninstall libdisasm on Arch using YAY

$ yay -Rns libdisasm

2. Manually Install "libdisasm" via AUR

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

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

b. Clone libdisasm's git locally

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

c. Go to ~/libdisasm folder and install it

$ cd ~/libdisasm $ makepkg -si

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

ID: 200901
Name: libdisasm
PackageBaseID: 35515
PackageBase: libdisasm
Version: 0.23-2
Description: a disassembler library.
URL: http://bastard.sourceforge.net/libdisasm.html
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: mikesd
Submitter:
FirstSubmitted: 1268757825
LastModified: 1434881980
URLPath: /cgit/aur.git/snapshot/libdisasm.tar.gz