packetbeat on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S packetbeat

* (Optional) Uninstall packetbeat on Arch using YAY

$ yay -Rns packetbeat

2. Manually Install "packetbeat" via AUR

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

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

b. Clone packetbeat's git locally

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

c. Go to ~/packetbeat folder and install it

$ cd ~/packetbeat $ makepkg -si

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

ID: 1422449
Name: packetbeat
PackageBaseID: 174832
PackageBase: beats
Version: 8.12.2-1
Description: Analyzes network traffic and sends the data to Elasticsearch
URL: https://www.elastic.co/products/beats
NumVotes: 2
Popularity: 5.0E-6
OutOfDate:
Maintainer: Khorne
Submitter: hashworks
FirstSubmitted: 1641659436
LastModified: 1709812219
URLPath: /cgit/aur.git/snapshot/packetbeat.tar.gz

5. The same packages on other Linux Distributions