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

Last updated: October 05,2024

1. Install "libseccomp-static.i686" package

This is a short guide on how to install libseccomp-static.i686 on Fedora 36

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

2. Uninstall "libseccomp-static.i686" package

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

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

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

Last metadata expiration check: 2:11:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libseccomp-static
Version : 2.5.3
Release : 2.fc36
Architecture : i686
Size : 80 k
Source : libseccomp-2.5.3-2.fc36.src.rpm
Repository : fedora
Summary : Enhanced seccomp static 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.