pynetfilter_conntrack on AUR (Arch User Repository)

Last updated: June 01,2024

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

$ yay -S pynetfilter_conntrack

* (Optional) Uninstall pynetfilter_conntrack on Arch using YAY

$ yay -Rns pynetfilter_conntrack

2. Manually Install "pynetfilter_conntrack" via AUR

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

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

b. Clone pynetfilter_conntrack's git locally

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

c. Go to ~/pynetfilter_conntrack folder and install it

$ cd ~/pynetfilter_conntrack $ makepkg -si

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