frida on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S frida

* (Optional) Uninstall frida on Arch using YAY

$ yay -Rns frida

2. Manually Install "frida" via AUR

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

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

b. Clone frida's git locally

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

c. Go to ~/frida folder and install it

$ cd ~/frida $ makepkg -si

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

ID: 932604
Name: frida
PackageBaseID: 102582
PackageBase: frida
Version: 0.2-2
Description: an interactive disassembler based on LLVM and Qt
URL: https://www.frida.xyz
NumVotes: 3
Popularity: 0
OutOfDate: 1701419874
Maintainer: Vincentule
Submitter: socke
FirstSubmitted: 1446039714
LastModified: 1625899810
URLPath: /cgit/aur.git/snapshot/frida.tar.gz