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

Last updated: October 07,2024

1. Install "libseccomp.i686" package

In this section, we are going to explain the necessary steps to install libseccomp.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libseccomp.i686

2. Uninstall "libseccomp.i686" package

This is a short guide on how to uninstall libseccomp.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libseccomp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:46:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libseccomp
Version : 2.5.2
Release : 1.el8
Architecture : i686
Size : 74 k
Source : libseccomp-2.5.2-1.el8.src.rpm
Repository : ubi-8-baseos-rpms
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.