How to Install libseccomp2 in Ubuntu 18.04



Install libseccomp2 by entering the following commands in the terminal:

sudo apt update
sudo apt install libseccomp2

Description:

high level interface to Linux seccomp filter

This library provides a high level interface to constructing, analyzing and installing seccomp filters via a BPF passed to the Linux Kernel's prctl() syscall.

Homepage: https://github.com/seccomp/libseccomp

Version: 2.3.1-2.1ubuntu4

Section: libs