How to Install and Uninstall libseccomp.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "libseccomp.x86_64" package

This is a short guide on how to install libseccomp.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libseccomp.x86_64

2. Uninstall "libseccomp.x86_64" package

This tutorial shows how to uninstall libseccomp.x86_64 on Amazon Linux 2:

$ sudo yum remove libseccomp.x86_64 $ sudo yum autoremove

3. Information about the libseccomp.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libseccomp
Arch : x86_64
Version : 2.4.1
Release : 1.amzn2
Size : 59 k
Repo : amzn2-core/2/x86_64
Summary : Enhanced seccomp library
URL : https://github.com/seccomp/libseccomp
License : LGPLv2
Description : The libseccomp library provides an easy to use interface to the
: Linux Kernel's syscall filtering mechanism, seccomp. The
: libseccomp API allows an application to specify which syscalls,
: and optionally which syscall arguments, the application is allowed
: to execute, all of which are enforced by the Linux Kernel.