How to Install and Uninstall libseccomp-devel.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libseccomp-devel.x86_64" package

This guide let you learn how to install libseccomp-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "libseccomp-devel.x86_64" package

Please follow the steps below to uninstall libseccomp-devel.x86_64 on Oracle Linux 9:

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

3. Information about the libseccomp-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:56:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libseccomp-devel
Version : 2.5.2
Release : 2.el9
Architecture : x86_64
Size : 91 k
Source : libseccomp-2.5.2-2.el9.src.rpm
Repository : ol9_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.