How to Install and Uninstall seccomp Package on Kali Linux

Last updated: May 18,2024

1. Install "seccomp" package

Please follow the guidance below to install seccomp on Kali Linux

$ sudo apt update $ sudo apt install seccomp

2. Uninstall "seccomp" package

Please follow the guidance below to uninstall seccomp on Kali Linux:

$ sudo apt remove seccomp $ sudo apt autoclean && sudo apt autoremove

3. Information about the seccomp package on Kali Linux

Package: seccomp
Source: libseccomp
Version: 2.5.5-1
Installed-Size: 34
Maintainer: Kees Cook
Architecture: amd64
Depends: libc6 (>= 2.34), libseccomp2 (>= 2.2.1)
Suggests: libseccomp-dev
Size: 10820
SHA256: 969c10bc968641d0abd68d04dff6694354ff83c5ed80587e88267e993e9c2029
SHA1: fdcc97eab10418df1c213435495dd645098b9bd0
MD5sum: f66a3340bd605672b1c8af50fb724826
Description: helper tools for high level interface to Linux seccomp filter
Provides helper tools for interacting with libseccomp. Currently, only
a single tool exists, providing a way to easily enumerate syscalls across
the supported architectures.
Description-md5:
Homepage: https://github.com/seccomp/libseccomp
Section: utils
Priority: optional
Filename: pool/main/libs/libseccomp/seccomp_2.5.5-1_amd64.deb