zydis on AUR (Arch User Repository)

Last updated: June 14,2024

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

$ yay -S zydis

* (Optional) Uninstall zydis on Arch using YAY

$ yay -Rns zydis

2. Manually Install "zydis" via AUR

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

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

b. Clone zydis's git locally

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

c. Go to ~/zydis folder and install it

$ cd ~/zydis $ makepkg -si

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

ID: 990730
Name: zydis
PackageBaseID: 145979
PackageBase: zydis
Version: 3.2.1-1
Description: The ultimate, open-source X86 & X86-64 decoder/disassembler library.
URL: https://zydis.re
NumVotes: 3
Popularity: 0.024229
OutOfDate:
Maintainer: tperami
FirstSubmitted: 1571663377
LastModified: 1637265177
URLPath: /cgit/aur.git/snapshot/zydis.tar.gz

5. The same packages on other Linux Distributions