How to Install and Uninstall libseccomp.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "libseccomp.i686" package

Here is a brief guide to show you how to install libseccomp.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libseccomp.i686

2. Uninstall "libseccomp.i686" package

This guide covers the steps necessary to uninstall libseccomp.i686 on Fedora 36:

$ sudo dnf remove libseccomp.i686 $ sudo dnf autoremove

3. Information about the libseccomp.i686 package on Fedora 36

Last metadata expiration check: 0:04:19 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : libseccomp
Version : 2.5.3
Release : 2.fc36
Architecture : i686
Size : 73 k
Source : libseccomp-2.5.3-2.fc36.src.rpm
Repository : fedora
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.