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

Last updated: May 19,2024

1. Install "libseccomp.x86_64" package

Please follow the guidance below to install libseccomp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libseccomp.x86_64

2. Uninstall "libseccomp.x86_64" package

This is a short guide on how to uninstall libseccomp.x86_64 on Fedora 36:

$ sudo dnf remove libseccomp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:32:19 ago on Thu Sep 8 02:05:26 2022.
Installed Packages
Name : libseccomp
Version : 2.5.3
Release : 2.fc36
Architecture : x86_64
Size : 172 k
Source : libseccomp-2.5.3-2.fc36.src.rpm
Repository : @System
From repo : 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.