giskismet on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S giskismet

* (Optional) Uninstall giskismet on Arch using YAY

$ yay -Rns giskismet

2. Manually Install "giskismet" via AUR

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

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

b. Clone giskismet's git locally

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

c. Go to ~/giskismet folder and install it

$ cd ~/giskismet $ makepkg -si

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