How to Install and Uninstall libseccomp-devel.i686 Package on CentOS 8 / RHEL 8

Last updated: September 29,2024

1. Install "libseccomp-devel.i686" package

Please follow the step by step instructions below to install libseccomp-devel.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libseccomp-devel.i686

2. Uninstall "libseccomp-devel.i686" package

Here is a brief guide to show you how to uninstall libseccomp-devel.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libseccomp-devel.i686 $ sudo dnf autoremove

3. Information about the libseccomp-devel.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:50:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libseccomp-devel
Version : 2.4.3
Release : 1.el8
Architecture : i686
Size : 50 k
Source : libseccomp-2.4.3-1.el8.src.rpm
Repository : appstream
Summary : Development files used to build applications with libseccomp support
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.