seccomp-tools on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S seccomp-tools

* (Optional) Uninstall seccomp-tools on Arch using YAY

$ yay -Rns seccomp-tools

2. Manually Install "seccomp-tools" via AUR

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

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

b. Clone seccomp-tools's git locally

$ git clone https://aur.archlinux.org/seccomp-tools.git ~/seccomp-tools

c. Go to ~/seccomp-tools folder and install it

$ cd ~/seccomp-tools $ makepkg -si

3. Information about the seccomp-tools package on Arch User Repository (AUR)

ID: 1375752
Name: seccomp-tools
PackageBaseID: 173392
PackageBase: seccomp-tools
Version: 1.6.1-1
Description: Provide powerful tools for seccomp analysis.
URL: https://github.com/david942j/seccomp-tools
NumVotes: 2
Popularity: 0.102018
OutOfDate:
Maintainer: kalex
Submitter: kalex
FirstSubmitted: 1637708744
LastModified: 1703533382
URLPath: /cgit/aur.git/snapshot/seccomp-tools.tar.gz