seccomp-compile on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S seccomp-compile

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

$ yay -Rns seccomp-compile

2. Manually Install "seccomp-compile" via AUR

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

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

b. Clone seccomp-compile's git locally

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

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

$ cd ~/seccomp-compile $ makepkg -si

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

ID: 917875
Name: seccomp-compile
PackageBaseID: 118611
PackageBase: seccomp-compile
Version: 5.6eb7f9d-1
Description: Tiny utility to compile seccomp rules in gosecco format and spit them out on stdout
URL: https://github.com/mutantmonkey/seccomp-compile
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: mutantmonkey
Submitter: mutantmonkey
FirstSubmitted: 1484023726
LastModified: 1623053419
URLPath: /cgit/aur.git/snapshot/seccomp-compile.tar.gz