Install latest/stable of nftables-pk
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install nftables-pk
Don't have snapd? Get set up for snaps.
Provides the latest version of nft command-line utility with the intention of replacing outdated and buggy packages provided by mainline Linux distributions. For documentation on how to use nftables see https://wiki.nftables.org/
You may want to create a system-wide alias:
snap alias nftables-pk.nft nft
Quick example (simple packet counter, not hooked to real traffic):
nft add table inet main
nft add chain inet main input
nft add rule inet main input counter accept
nft list ruleset
If you use snapd older than 2.41 you will need the following after installation:
snap connect nftables-pk:network-control
Remember to update your nftables scripts to point to /snap/bin/nft and move your scripts from /etc/nftables to /var/snap/nftables-pk/common.
Since this snap is fully confined, configuration files must be placed in /var/snap/nftables-pk/common.
More documentation can be found at https://git.sr.ht/~kravietz/snap-nftables Report issues https://todo.sr.ht/~kravietz/snap-nftables
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.