How to Install and Uninstall libseccomp.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "libseccomp.x86_64" package

Here is a brief guide to show you how to install libseccomp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libseccomp.x86_64

2. Uninstall "libseccomp.x86_64" package

Please follow the guidelines below to uninstall libseccomp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libseccomp.x86_64 $ sudo dnf autoremove

3. Information about the libseccomp.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:46:09 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : libseccomp
Version : 2.5.2
Release : 1.el8
Architecture : x86_64
Size : 166 k
Source : libseccomp-2.5.2-1.el8.src.rpm
Repository : @System
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.