How to Install and Uninstall libseccomp2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libseccomp2" package

This guide covers the steps necessary to install libseccomp2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libseccomp2

2. Uninstall "libseccomp2" package

This tutorial shows how to uninstall libseccomp2 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libseccomp2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libseccomp2 package on Ubuntu 21.10 (Impish Indri)

Package: libseccomp2
Architecture: amd64
Version: 2.5.1-1ubuntu1
Multi-Arch: same
Priority: important
Section: libs
Source: libseccomp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Kees Cook
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 157
Depends: libc6 (>= 2.4)
Filename: pool/main/libs/libseccomp/libseccomp2_2.5.1-1ubuntu1_amd64.deb
Size: 43276
MD5sum: b4f839fe588a9285d702b0a48b5a5322
SHA1: 4ad3ea0337a1aebacfdaaf0725a85a33ca82f362
SHA256: d1f1489503c9e3fd41e879b794121b554402ea4722537729bb195c1c47e4932f
SHA512: f39a8ffc26940f47ccec0dbda2a64df8618b76c832a8b8ae5ee210d6a0646bcc110e52285ec9361e955ae4ada15b826175e0a912400f69dc93262764ab1fbf96
Homepage: https://github.com/seccomp/libseccomp
Description-en: 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.
Description-md5: 7ee97a8161e83bfebc75870eb92bde51
Task: minimal, server-minimal
Build-Essential: yes