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

Last updated: September 26,2024

1. Install "libseccomp-static.i686" package

In this section, we are going to explain the necessary steps to install libseccomp-static.i686 on Fedora 38

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

2. Uninstall "libseccomp-static.i686" package

This tutorial shows how to uninstall libseccomp-static.i686 on Fedora 38:

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

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

Last metadata expiration check: 4:25:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libseccomp-static
Version : 2.5.3
Release : 4.fc38
Architecture : i686
Size : 72 k
Source : libseccomp-2.5.3-4.fc38.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.