dhcpdump on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S dhcpdump

* (Optional) Uninstall dhcpdump on Arch using YAY

$ yay -Rns dhcpdump

2. Manually Install "dhcpdump" via AUR

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

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

b. Clone dhcpdump's git locally

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

c. Go to ~/dhcpdump folder and install it

$ cd ~/dhcpdump $ makepkg -si

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

ID: 1284785
Name: dhcpdump
PackageBaseID: 195457
PackageBase: dhcpdump
Version: 1.9-1
Description: Capture and visualization of DHCP packets
URL: https://github.com/bbonev/dhcpdump
NumVotes: 1
Popularity: 0.368951
OutOfDate:
Maintainer: smrqdt
Submitter: smrqdt
FirstSubmitted: 1688754938
LastModified: 1688755079
URLPath: /cgit/aur.git/snapshot/dhcpdump.tar.gz